jemalloc: move pkgconfig files to -devel; set build_pie for BIND_NOW.

This commit is contained in:
Juan RP 2015-08-18 09:29:00 +02:00
parent 6206970966
commit 42186955b0

View file

@ -1,7 +1,8 @@
# Template file for 'jemalloc' # Template file for 'jemalloc'
pkgname=jemalloc pkgname=jemalloc
version=4.0.0 version=4.0.0
revision=1 revision=2
build_pie=yes
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"
@ -18,7 +19,8 @@ jemalloc-devel_package() {
vmove usr/include vmove usr/include
vmove usr/bin vmove usr/bin
vmove usr/share vmove usr/share
vmove "usr/lib/*.a" vmove usr/lib/*.a
vmove "usr/lib/*.so" vmove usr/lib/*.so
vmove usr/lib/pkgconfig
} }
} }