From: Slawomir Lis Date: Mon, 28 Dec 2015 05:52:24 +0000 (+0100) Subject: Fixed #569636 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f0be13e9ed39aba8138a9d7842745d08f837415f;p=gentoo.git Fixed #569636 Package-Manager: portage-2.2.26 --- 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[@]} }