linuxPackages.perf: disable format hardening, else tests will fail
This commit is contained in:
parent
3d53d14070
commit
edc59b4715
@ -31,6 +31,8 @@ stdenv.mkDerivation {
|
||||
|
||||
makeFlags = ["prefix=$(out)" "WERROR=0"] ++ kernel.makeFlags;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
# perf refers both to newt and slang
|
||||
nativeBuildInputs = [
|
||||
asciidoc xmlto docbook_xsl docbook_xml_dtd_45 libxslt
|
||||
|
Loading…
Reference in New Issue
Block a user