jemalloc: support larger pagesizes
This commit is contained in:
parent
96035cce44
commit
f156f6baf3
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'jemalloc'
|
||||
pkgname=jemalloc
|
||||
version=5.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="je_cv_static_page_shift=12"
|
||||
configure_args="--with-lg-page=16"
|
||||
short_desc="General-purpose scalable concurrent malloc(3) implementation"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://jemalloc.net/"
|
||||
#changelog="https://raw.githubusercontent.com/jemalloc/jemalloc/master/ChangeLog"
|
||||
changelog="https://raw.githubusercontent.com/jemalloc/jemalloc/master/ChangeLog"
|
||||
distfiles="https://github.com/jemalloc/jemalloc/releases/download/${version}/jemalloc-${version}.tar.bz2"
|
||||
checksum=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
|
||||
|
||||
|
|
Loading…
Reference in New Issue