diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-10-03 11:15:16 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-10-03 11:15:40 +0300 |
commit | 3a2b5088d321100df65ea1946ace26faf35be07c (patch) | |
tree | c0916bcfa047dbe4f412e6757e55af972ba67bfa /net-firewall/ipt_netflow | |
parent | dev-util/btyacc: Removed proxied maintainer (diff) | |
download | gentoo-3a2b5088d321100df65ea1946ace26faf35be07c.tar.gz gentoo-3a2b5088d321100df65ea1946ace26faf35be07c.tar.bz2 gentoo-3a2b5088d321100df65ea1946ace26faf35be07c.zip |
net-firewall/ipt_netflow: fix incorrect handling of natevents configure option
Reported-by: Toralf Förster <toralf@gentoo.org>
Closes: https://bugs.gentoo.org/632472
Package-Manager: Portage-2.3.10, Repoman-2.3.1
Diffstat (limited to 'net-firewall/ipt_netflow')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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') } |