ipxe: turn off pic/stackprotector hardening
This commit is contained in:
parent
fda63b8b57
commit
828b408f7f
@ -18,6 +18,10 @@ stdenv.mkDerivation {
|
||||
|
||||
preConfigure = "cd src";
|
||||
|
||||
# not possible due to assembler code
|
||||
hardening_pic = false;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
makeFlags =
|
||||
[ "ECHO_E_BIN_ECHO=echo" "ECHO_E_BIN_ECHO_E=echo" # No /bin/echo here.
|
||||
"ISOLINUX_BIN_LIST=${syslinux}/share/syslinux/isolinux.bin"
|
||||
|
Loading…
Reference in New Issue
Block a user