From 3a2b5088d321100df65ea1946ace26faf35be07c Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Tue, 3 Oct 2017 11:15:16 +0300 Subject: [PATCH] net-firewall/ipt_netflow: fix incorrect handling of natevents configure option MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/632472 Package-Manager: Portage-2.3.10, Repoman-2.3.1 --- net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild index 9fa1da5e4485..c2ed5f6f4274 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild @@ -84,7 +84,7 @@ src_configure() { --kdir="${KV_DIR}" \ --kver="${KV_FULL}" \ $(use debug && echo '--enable-debugfs') \ - $(use_enable natevents) \ + $(use natevents && echo '--enable-natevents') \ $(use snmp && echo '--enable-snmp-rules' || echo '--disable-snmp-agent') } -- 2.26.2