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
This commit is contained in:
Sergey Popov
2017-10-03 11:15:16 +03:00
parent 08b0395f61
commit 3a2b5088d3

View File

@@ -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')
}