pfixtools: set -Wno-error=unused-result
hardening enables further warnings breaking the build
This commit is contained in:
parent
708653a634
commit
bfa5a27ed9
@ -38,6 +38,8 @@ stdenv.mkDerivation {
|
|||||||
--replace /bin/bash ${bash}/bin/bash;
|
--replace /bin/bash ${bash}/bin/bash;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||||
|
|
||||||
makeFlags = "DESTDIR=$(out) prefix=";
|
makeFlags = "DESTDIR=$(out) prefix=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user