jemalloc: update to 4.0.0.

This commit is contained in:
Eivind Uggedal 2015-08-18 06:58:51 +00:00
parent 9977f66d0f
commit 611ebcf117

View file

@ -1,7 +1,7 @@
# Template file for 'jemalloc' # Template file for 'jemalloc'
pkgname=jemalloc pkgname=jemalloc
version=3.6.0 version=4.0.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="je_cv_static_page_shift=12" configure_args="je_cv_static_page_shift=12"
short_desc="A scalable concurrent allocator" short_desc="A scalable concurrent allocator"
@ -9,11 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
homepage="http://www.canonware.com/jemalloc/" homepage="http://www.canonware.com/jemalloc/"
license="BSD" license="BSD"
distfiles="http://www.canonware.com/download/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="http://www.canonware.com/download/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe checksum=214dbc74c3669b34219b0c5a55cb96f07cb12f44c834ed9ee64d1185ee6c3ef2
post_install() {
rm ${DESTDIR}/usr/bin/pprof
}
jemalloc-devel_package() { jemalloc-devel_package() {
depends="jemalloc>=${version}_${revision}" depends="jemalloc>=${version}_${revision}"