ntopng: fixup build with gcc7

... but the new gcc pointed out some real bug.  I suppose update
would be best: https://github.com/ntop/ntopng/releases
This commit is contained in:
Vladimír Čunát
2018-02-18 14:12:43 +01:00
parent 0a52c59db9
commit bf25148902
+2
View File
@@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
sed 's|LIBS += -lstdc++.6||' -i Makefile sed 's|LIBS += -lstdc++.6||' -i Makefile
''; '';
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "High-speed web-based traffic analysis and flow collection tool"; description = "High-speed web-based traffic analysis and flow collection tool";
homepage = http://www.ntop.org/products/ntop/; homepage = http://www.ntop.org/products/ntop/;