xbps: disable SSP on i686-musl for now until it's fixed.

This commit is contained in:
Juan RP 2014-03-11 19:28:08 +01:00
parent 083012db40
commit c258ad6fca

View file

@ -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}
}