commit: f0be13e9ed39aba8138a9d7842745d08f837415f
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 05:52:24 2015 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 05:52:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0be13e9
Fixed #569636
Package-Manager: portage-2.2.26
net-analyzer/suricata/suricata-2.0.10.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/suricata/suricata-2.0.10.ebuild
b/net-analyzer/suricata/suricata-2.0.10.ebuild
index 40b2740..3c69998 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[@]}
}