Merge pull request #14225 from joachifm/fix-perf-build-for-staging
perf: fix build
This commit is contained in:
commit
23432166ab
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# Note: we don't add elfutils to buildInputs, since it provides a
|
# Note: we don't add elfutils to buildInputs, since it provides a
|
||||||
# bad `ld' and other stuff.
|
# bad `ld' and other stuff.
|
||||||
NIX_CFLAGS_COMPILE = "-I${elfutils}/include -Wno-error=cpp";
|
NIX_CFLAGS_COMPILE = "-I${elfutils}/include -Wno-error=cpp -Wno-error=bool-compare";
|
||||||
NIX_CFLAGS_LINK = "-L${elfutils}/lib";
|
NIX_CFLAGS_LINK = "-L${elfutils}/lib";
|
||||||
|
|
||||||
installFlags = "install install-man ASCIIDOC8=1";
|
installFlags = "install install-man ASCIIDOC8=1";
|
||||||
|
Loading…
Reference in New Issue
Block a user