xbps: remove obsole musl hack.
This commit is contained in:
parent
297ef23e72
commit
34d1b2c561
1 changed files with 0 additions and 7 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue