mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jemalloc to 5.3.0-3
This commit is contained in:
parent
47fd3390d2
commit
21eca800bc
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgname=jemalloc
|
||||
epoch=1
|
||||
pkgver=5.3.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='General-purpose scalable concurrent malloc implementation'
|
||||
arch=('x86_64')
|
||||
license=('BSD')
|
||||
|
@ -30,6 +30,7 @@ build() {
|
|||
|
||||
[[ $CARCH == "aarch64" ]] && CONFIG="--with-lg-page=14"
|
||||
./configure \
|
||||
--enable-prof \
|
||||
--enable-autogen \
|
||||
--prefix=/usr $CONFIG
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue