summaryrefslogtreecommitdiff
path: root/net-analyzer
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2015-12-28 06:52:24 +0100
committerSlawomir Lis <slis@gentoo.org>2015-12-28 06:52:24 +0100
commitf0be13e9ed39aba8138a9d7842745d08f837415f (patch)
tree9815f43b376315dfbea5cb57844a664f6f388664 /net-analyzer
parenta2a7d91a93f8b7b294910fbb62c88f9a460b32b3 (diff)
downloadgentoo-f0be13e9ed39aba8138a9d7842745d08f837415f.tar.gz
gentoo-f0be13e9ed39aba8138a9d7842745d08f837415f.tar.xz
Fixed #569636
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/suricata/suricata-2.0.10.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/suricata/suricata-2.0.10.ebuild b/net-analyzer/suricata/suricata-2.0.10.ebuild
index 40b27405908..3c69998a1b5 100644
--- a/net-analyzer/suricata/suricata-2.0.10.ebuild
+++ b/net-analyzer/suricata/suricata-2.0.10.ebuild
@@ -96,7 +96,8 @@ src_configure() {
myeconfargs+=( $(use_enable luajit) )
fi
- LIBS+="-lrt -lnuma"
+# this should be used when pf_ring use flag support will be added
+# LIBS+="-lrt -lnuma"
econf LIBS="${LIBS}" ${myeconfargs[@]}
}