mesos: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-15 15:12:26 +01:00 committed by Franz Pletz
parent 146f9fda2b
commit fbd6964f76
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -61,6 +61,9 @@ in stdenv.mkDerivation rec {
propagatedBuildInputs = [
pythonProtobuf
];
NIX_CFLAGS_COMPILE = "-Wno-error=format-overflow -Wno-error=class-memaccess";
preConfigure = ''
# https://issues.apache.org/jira/browse/MESOS-6616
configureFlagsArray+=(