mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
facter: fix build with gcc8
This commit is contained in:
parent
0cd9da1295
commit
ef6e873beb
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "puppetlabs";
|
owner = "puppetlabs";
|
||||||
};
|
};
|
||||||
|
|
||||||
CXXFLAGS = "-fpermissive";
|
CXXFLAGS = "-fpermissive -Wno-error=catch-value";
|
||||||
NIX_LDFLAGS = "-lblkid";
|
NIX_LDFLAGS = "-lblkid";
|
||||||
|
|
||||||
cmakeFlags = [ "-DFACTER_RUBY=${ruby}/lib/libruby.so" ];
|
cmakeFlags = [ "-DFACTER_RUBY=${ruby}/lib/libruby.so" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user