musl: do not strip libc.so, to make valgrind have a chance to work.

This commit is contained in:
Juan RP 2015-05-11 14:50:36 +02:00
parent 539eed6f4a
commit 394e7d8d3a

View file

@ -1,7 +1,7 @@
# Template file for 'musl'.
pkgname=musl
version=1.1.8
revision=3
revision=4
build_style=gnu-configure
configure_args="--prefix=/usr --disable-gcc-wrapper"
conflicts="glibc>=0"
@ -12,6 +12,7 @@ homepage="http://www.musl-libc.org/"
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
checksum=fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813
nostrip_files="libc.so"
shlib_provides="libc.so"
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
CFLAGS="-fno-stack-protector -U_FORTIFY_SOURCE"