diff --git a/srcpkgs/musl-bootstrap/template b/srcpkgs/musl-bootstrap/template index 563352eacc..54f90d9005 100644 --- a/srcpkgs/musl-bootstrap/template +++ b/srcpkgs/musl-bootstrap/template @@ -1,6 +1,6 @@ # Template file for 'musl-bootstrap'. pkgname=musl-bootstrap -version=1.1.8 +version=1.1.9 revision=1 lib32disabled=yes wrksrc="musl-${version}" @@ -11,9 +11,9 @@ maintainer="Juan RP " license="MIT" homepage="http://www.musl-libc.org/" distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz" -checksum=fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813 +checksum=00bf7173caf972c88cd07cb0d420c082a2f35efcccc1a81f8909bec2d030283e -CFLAGS="-fno-toplevel-reorder -fno-stack-protector -U_FORTIFY_SOURCE" +CFLAGS="-fno-stack-protector -U_FORTIFY_SOURCE" post_install() { mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/ diff --git a/srcpkgs/musl/template b/srcpkgs/musl/template index 4727d2d807..21d189515a 100644 --- a/srcpkgs/musl/template +++ b/srcpkgs/musl/template @@ -1,7 +1,7 @@ # Template file for 'musl'. pkgname=musl -version=1.1.8 -revision=4 +version=1.1.9 +revision=1 build_style=gnu-configure configure_args="--prefix=/usr --disable-gcc-wrapper" conflicts="glibc>=0" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.musl-libc.org/" distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz" -checksum=fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813 +checksum=00bf7173caf972c88cd07cb0d420c082a2f35efcccc1a81f8909bec2d030283e nostrip_files="libc.so" shlib_provides="libc.so"