Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/
Date: Mon, 28 Dec 2015 05:49:41
Message-Id: 1451281944.f0be13e9ed39aba8138a9d7842745d08f837415f.slis@gentoo
1 commit: f0be13e9ed39aba8138a9d7842745d08f837415f
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 05:52:24 2015 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 05:52:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0be13e9
7
8 Fixed #569636
9
10 Package-Manager: portage-2.2.26
11
12 net-analyzer/suricata/suricata-2.0.10.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/suricata/suricata-2.0.10.ebuild b/net-analyzer/suricata/suricata-2.0.10.ebuild
16 index 40b2740..3c69998 100644
17 --- a/net-analyzer/suricata/suricata-2.0.10.ebuild
18 +++ b/net-analyzer/suricata/suricata-2.0.10.ebuild
19 @@ -96,7 +96,8 @@ src_configure() {
20 myeconfargs+=( $(use_enable luajit) )
21 fi
22
23 - LIBS+="-lrt -lnuma"
24 +# this should be used when pf_ring use flag support will be added
25 +# LIBS+="-lrt -lnuma"
26
27 econf LIBS="${LIBS}" ${myeconfargs[@]}
28 }