mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
zeroc_ice: fix build with gcc8
This commit is contained in:
parent
ef6e873beb
commit
f411a31264
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=class-memaccess" ];
|
||||
|
||||
patches = [ ./makefile.patch ];
|
||||
|
||||
buildInputs = [ mcpp bzip2 expat openssl db5 ]
|
||||
|
|
Loading…
Reference in a new issue