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

Christian Hesse eworm at archlinux.org
Wed Jun 10 21:07:25 UTC 2020


    Date: Wednesday, June 10, 2020 @ 21:07:22
  Author: eworm
Revision: 388773

upgpkg: jemalloc 1:5.2.1-3

build with `--disable-initial-exec-tls` (FS#66962)

Modified:
  jemalloc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 21:06:17 UTC (rev 388772)
+++ PKGBUILD	2020-06-10 21:07:22 UTC (rev 388773)
@@ -5,7 +5,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
 license=('BSD')
@@ -20,6 +20,7 @@
   cd $pkgname-$pkgver
 
   ./configure \
+    --disable-initial-exec-tls \
     --enable-autogen \
     --prefix=/usr
   make



More information about the arch-commits mailing list