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

Christian Hesse eworm at gemini.archlinux.org
Sat Dec 25 22:55:27 UTC 2021


    Date: Saturday, December 25, 2021 @ 22:55:27
  Author: eworm
Revision: 433107

upgpkg: jemalloc 1:5.2.1-6: LTO fat objects rebuild

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 22:54:07 UTC (rev 433106)
+++ PKGBUILD	2021-12-25 22:55:27 UTC (rev 433107)
@@ -5,7 +5,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
 license=('BSD')
@@ -12,6 +12,7 @@
 url='http://www.canonware.com/jemalloc/'
 depends=('glibc')
 makedepends=('clang')
+options=('!lto')
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")



More information about the arch-commits mailing list