mesos: fix build with gcc8
This commit is contained in:
parent
146f9fda2b
commit
fbd6964f76
1 changed files with 3 additions and 0 deletions
|
@ -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+=(
|
||||
|
|
Loading…
Reference in a new issue