3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
sed 's|LIBS += -lstdc++.6||' -i Makefile
'';
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
meta = with stdenv.lib; {
description = "High-speed web-based traffic analysis and flow collection tool";
homepage = http://www.ntop.org/products/ntop/;