commit: 38465c370adbf8ab2e69182c025a6faba0b05b4b
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 19:04:11 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 19:04:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38465c37
fixed #587548
Package-Manager: portage-2.3.0_rc1
net-analyzer/suricata/suricata-3.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/suricata/suricata-3.1.ebuild
b/net-analyzer/suricata/suricata-3.1.ebuild
index 18a981c..4e48aa6 100644
--- a/net-analyzer/suricata/suricata-3.1.ebuild
+++ b/net-analyzer/suricata/suricata-3.1.ebuild
@@ -55,7 +55,6 @@ src_configure() {
$(use_enable af-packet) \
$(use_enable detection) \
$(use_enable nfqueue) \
- $(use_enable redis hiredis) \
$(use_enable test coccinelle) \
$(use_enable test unittests) \
$(use_enable control-socket unix-socket)
@@ -76,6 +75,9 @@ src_configure() {
if use nflog ; then
myeconfargs+=( $(use_enable nflog) )
fi
+ if use redis ; then
+ myeconfargs+=( $(use_enable redis hiredis) )
+ fi
# not supported yet (no pfring in portage)
# if use pfring ; then
# myeconfargs+=( $(use_enable pfring) )