zeroc_ice: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-01-11 14:38:28 +01:00
parent ef6e873beb
commit f411a31264

View File

@@ -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 ]