zeroc_ice: fix build with gcc8
This commit is contained in:
parent
ef6e873beb
commit
f411a31264
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
|
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=class-memaccess" ];
|
||||||
|
|
||||||
patches = [ ./makefile.patch ];
|
patches = [ ./makefile.patch ];
|
||||||
|
|
||||||
buildInputs = [ mcpp bzip2 expat openssl db5 ]
|
buildInputs = [ mcpp bzip2 expat openssl db5 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user