[arch-commits] Commit in jemalloc/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Jul 14 12:40:09 UTC 2017


    Date: Friday, July 14, 2017 @ 12:40:08
  Author: eworm
Revision: 300539

upgpkg: jemalloc 1:5.0.1-3

do not remove static library, rust looks for it (FS#54791)

Modified:
  jemalloc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-14 12:37:31 UTC (rev 300538)
+++ PKGBUILD	2017-07-14 12:40:08 UTC (rev 300539)
@@ -6,7 +6,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -30,8 +30,4 @@
   make DESTDIR="$pkgdir" install
 
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # static and shared libraries are named different,
-  # so we have to remove manually
-  rm "$pkgdir"/usr/lib/*.a
 }



More information about the arch-commits mailing list