rbdoom-3-bfg: disable fortify3 hardening flag
This commit is contained in:
@@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
|
||||
"-DUSE_SYSTEM_ZLIB=ON"
|
||||
];
|
||||
|
||||
# it caused build failure
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user