jemalloc: remove conflicting file (pprof).
This commit is contained in:
parent
a28db6745e
commit
b3e0454f1e
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'jemalloc'
|
# Template file for 'jemalloc'
|
||||||
pkgname=jemalloc
|
pkgname=jemalloc
|
||||||
version=3.6.0
|
version=3.6.0
|
||||||
revision=1
|
revision=2
|
||||||
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"
|
||||||
|
@ -11,14 +11,13 @@ 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=e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe
|
||||||
|
|
||||||
pkg_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/bin/pprof
|
rm ${DESTDIR}/usr/bin/pprof
|
||||||
}
|
}
|
||||||
|
|
||||||
jemalloc-devel_package() {
|
jemalloc-devel_package() {
|
||||||
depends="jemalloc>=${version}_${revision}"
|
depends="jemalloc>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Reference in a new issue