env/hardening: fix inverted nopie setting on mips*-musl.
This commit is contained in:
parent
b53ac251ea
commit
3a40219469
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user