xbps: remove obsole musl hack.
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user