qrcode: enable fortify hardening, disable warning
This commit is contained in:
parent
f7da99c7ff
commit
d1b2c34750
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
inherit (s) rev url sha256;
|
inherit (s) rev url sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "fortify" ];
|
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p "$out"/{bin,share/doc/qrcode}
|
mkdir -p "$out"/{bin,share/doc/qrcode}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user