*: fix builds by disregarding warning from new glibc

Also, in case of collectd, the -lgcc_s shouldn't be needed anymore,
as the library is in ${glibc}/lib/ now, which is practically always on RPATH.

In case of seyren it was some stdenv change uncovering the mistake of
putting src into buildInputs.
This commit is contained in:
Vladimír Čunát
2014-11-28 18:40:19 +01:00
parent cacf3f6c1e
commit 06c6d4696d
8 changed files with 16 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DWITH_READLINE=yes" "-DWITH_EMBEDDED_SERVER=yes" "-DINSTALL_SCRIPTDIR=bin" ];
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
enableParallelBuilding = true;
prePatch = ''