mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
jemalloc: update to 4.0.0.
This commit is contained in:
parent
9977f66d0f
commit
611ebcf117
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'jemalloc'
|
||||
pkgname=jemalloc
|
||||
version=3.6.0
|
||||
revision=2
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="je_cv_static_page_shift=12"
|
||||
short_desc="A scalable concurrent allocator"
|
||||
|
@ -9,11 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
homepage="http://www.canonware.com/jemalloc/"
|
||||
license="BSD"
|
||||
distfiles="http://www.canonware.com/download/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/pprof
|
||||
}
|
||||
checksum=214dbc74c3669b34219b0c5a55cb96f07cb12f44c834ed9ee64d1185ee6c3ef2
|
||||
|
||||
jemalloc-devel_package() {
|
||||
depends="jemalloc>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue