env/hardening: fix inverted nopie setting on mips*-musl.

This commit is contained in:
Juan RP 2015-12-12 08:36:51 +01:00
parent b53ac251ea
commit 3a40219469

View file

@ -10,7 +10,7 @@ case "$XBPS_TARGET_MACHINE" in
CXXFLAGS+=" -fno-stack-protector"
;;
mips-musl|mipsel-musl) # PIE support broken
unset nopie
nopie=yes
;;
esac