From f0be13e9ed39aba8138a9d7842745d08f837415f Mon Sep 17 00:00:00 2001 From: Slawomir Lis Date: Mon, 28 Dec 2015 06:52:24 +0100 Subject: Fixed #569636 Package-Manager: portage-2.2.26 --- net-analyzer/suricata/suricata-2.0.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-analyzer/suricata') 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[@]} } -- cgit v1.2.3-65-gdbad