summaryrefslogtreecommitdiff
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/suricata
parentsys-kernel/genkernel: new release. (diff)
downloadgentoo-f0be13e9ed39aba8138a9d7842745d08f837415f.tar.gz
gentoo-f0be13e9ed39aba8138a9d7842745d08f837415f.tar.bz2
gentoo-f0be13e9ed39aba8138a9d7842745d08f837415f.zip
Fixed #569636
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer/suricata')
-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 40b27405908a..3c69998a1b55 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[@]}
}