From 38465c370adbf8ab2e69182c025a6faba0b05b4b Mon Sep 17 00:00:00 2001 From: Slawomir Lis Date: Thu, 30 Jun 2016 21:04:11 +0200 Subject: fixed #587548 Package-Manager: portage-2.3.0_rc1 --- net-analyzer/suricata/suricata-3.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-analyzer') diff --git a/net-analyzer/suricata/suricata-3.1.ebuild b/net-analyzer/suricata/suricata-3.1.ebuild index 18a981cc694b..4e48aa6f3b8f 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) ) -- cgit v1.2.3-65-gdbad