xbps: remove obsole musl hack.

This commit is contained in:
Juan RP 2014-01-14 12:55:10 +01:00
parent 297ef23e72
commit 34d1b2c561

View file

@ -33,13 +33,6 @@ else
fi
case "$XBPS_TARGET_MACHINE" in
*-musl)
# XXX disable SSP for cross musl builds for now.
CFLAGS="-fno-stack-protector"
;;
esac
do_fetch() {
git clone -b${version} git://github.com/voidlinux/xbps.git xbps-${version}
}