mesos: fix build with gcc8
This commit is contained in:
parent
146f9fda2b
commit
fbd6964f76
pkgs/applications/networking/cluster/mesos
|
@ -61,6 +61,9 @@ in stdenv.mkDerivation rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pythonProtobuf
|
pythonProtobuf
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=format-overflow -Wno-error=class-memaccess";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# https://issues.apache.org/jira/browse/MESOS-6616
|
# https://issues.apache.org/jira/browse/MESOS-6616
|
||||||
configureFlagsArray+=(
|
configureFlagsArray+=(
|
||||||
|
|
Loading…
Reference in New Issue