env/hardening: fix inverted nopie setting on mips*-musl.
This commit is contained in:
parent
b53ac251ea
commit
3a40219469
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue