lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipxe: turn off pic/stackprotector hardening

+4
+4
pkgs/tools/misc/ipxe/default.nix
··· 18 18 19 19 preConfigure = "cd src"; 20 20 21 + # not possible due to assembler code 22 + hardening_pic = false; 23 + hardening_stackprotector = false; 24 + 21 25 makeFlags = 22 26 [ "ECHO_E_BIN_ECHO=echo" "ECHO_E_BIN_ECHO_E=echo" # No /bin/echo here. 23 27 "ISOLINUX_BIN_LIST=${syslinux}/share/syslinux/isolinux.bin"