cdrtools: remove -fpermissive due to revert of gcc_14 as default (#345132)
This commit is contained in:
commit
06d9a3e291
@ -27,10 +27,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "GMAKE_NOWARN=true" "INS_BASE=/" "INS_RBASE=/" "DESTDIR=${placeholder "out"}" ];
|
||||
|
||||
env = lib.optionalAttrs stdenv.cc.isGNU {
|
||||
NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||
};
|
||||
|
||||
enableParallelBuilding = false; # parallel building fails on some linux machines
|
||||
|
||||
hardeningDisable = lib.optional stdenv.hostPlatform.isMusl "fortify";
|
||||
|
Loading…
Reference in New Issue
Block a user