musl: force disable -fstack-protector.
This commit is contained in:
parent
434b71cfee
commit
77525bc60e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'musl'.
|
||||
pkgname=musl
|
||||
version=1.1.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||
conflicts="glibc>=0"
|
||||
|
@ -13,6 +13,7 @@ distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
|||
checksum=352362b1724cc9740f4c3ce0fe02aae45e4de9809ea4ac961f31aedc11b87393
|
||||
|
||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||
CFLAGS="-fno-stack-protector"
|
||||
|
||||
do_install() {
|
||||
# Move everything to /usr.
|
||||
|
|
Loading…
Reference in New Issue