rdkafka: work around a build problem, probably gcc-5

This commit is contained in:
Vladimír Čunát 2015-10-28 19:41:26 +01:00
parent 436bf848b9
commit 34e47d2079

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib perl ]; buildInputs = [ zlib perl ];
NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow";
postPatch = '' postPatch = ''
patchShebangs . patchShebangs .
''; '';