mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jemalloc: support larger pagesizes
This commit is contained in:
parent
96035cce44
commit
f156f6baf3
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'jemalloc'
|
# Template file for 'jemalloc'
|
||||||
pkgname=jemalloc
|
pkgname=jemalloc
|
||||||
version=5.2.1
|
version=5.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
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"
|
short_desc="General-purpose scalable concurrent malloc(3) implementation"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://jemalloc.net/"
|
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"
|
distfiles="https://github.com/jemalloc/jemalloc/releases/download/${version}/jemalloc-${version}.tar.bz2"
|
||||||
checksum=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
|
checksum=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue