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