musl{,-bootstrap}: update to 1.1.8.
This commit is contained in:
parent
05d4ee6901
commit
54d018b57a
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl-bootstrap'.
|
# Template file for 'musl-bootstrap'.
|
||||||
pkgname=musl-bootstrap
|
pkgname=musl-bootstrap
|
||||||
version=1.1.7
|
version=1.1.8
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
wrksrc="musl-${version}"
|
wrksrc="musl-${version}"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.musl-libc.org/"
|
homepage="http://www.musl-libc.org/"
|
||||||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||||
checksum=d8e0aae287ecf8aa6500d3ed4131f33d216a7857dc7649a89125ffca6bf91599
|
checksum=fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813
|
||||||
|
|
||||||
CFLAGS="-fno-toplevel-reorder -fno-stack-protector -U_FORTIFY_SOURCE"
|
CFLAGS="-fno-toplevel-reorder -fno-stack-protector -U_FORTIFY_SOURCE"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl'.
|
# Template file for 'musl'.
|
||||||
pkgname=musl
|
pkgname=musl
|
||||||
version=1.1.7
|
version=1.1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.musl-libc.org/"
|
homepage="http://www.musl-libc.org/"
|
||||||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||||
checksum=d8e0aae287ecf8aa6500d3ed4131f33d216a7857dc7649a89125ffca6bf91599
|
checksum=fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813
|
||||||
|
|
||||||
shlib_provides="libc.so"
|
shlib_provides="libc.so"
|
||||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||||
|
|
Loading…
Reference in a new issue