xbps: disable SSP on i686-musl for now until it's fixed.
This commit is contained in:
parent
083012db40
commit
c258ad6fca
|
@ -31,6 +31,11 @@ else
|
|||
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then
|
||||
# XXX disable SSP until the issue is found.
|
||||
CFLAGS+=" -fno-stack-protector"
|
||||
fi
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${version} git://github.com/voidlinux/xbps.git xbps-${version}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue