mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
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
Reference in a new issue