rdkafka: work around a build problem, probably gcc-5
This commit is contained in:
parent
436bf848b9
commit
34e47d2079
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ zlib perl ];
|
buildInputs = [ zlib perl ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue