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
1 changed files with 2 additions and 0 deletions

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 .
''; '';