musl{,-bootstrap}: update to 1.1.9.

This commit is contained in:
Juan RP 2015-05-13 07:31:01 +02:00
parent f9a5a28071
commit ccec3aff0c
2 changed files with 6 additions and 6 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
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/

View File

@ -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 <xtraeme@voidlinux.eu>"
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"