qrcode: enable fortify hardening, disable warning
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user