mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
Made a PR for the overflow fix, reenable hardening.
This commit is contained in:
@@ -93,9 +93,6 @@
|
|||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
dontUseCmakeConfigure = true;
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
# Disable fortify to prevent buffer overflow detection
|
|
||||||
hardeningDisable = [ "fortify3" "fortify" ];
|
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
${copySubprojects}
|
${copySubprojects}
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user