net-firewall/ipt_netflow: Check for CONFIG_BRIDGE_NETFILTER
authorJeroen Roovers <jer@gentoo.org>
Sat, 25 Apr 2020 08:32:11 +0000 (10:32 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sat, 25 Apr 2020 08:32:21 +0000 (10:32 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
net-firewall/ipt_netflow/ipt_netflow-9999.ebuild

index d5ba624302b280b7e95e9ec496b842df56917498..2c7d537f291b16913a8ed64e95462bf1a9dcbdc8 100644 (file)
@@ -33,7 +33,7 @@ PATCHES=(
 pkg_setup() {
        linux-info_pkg_setup
 
-       local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q"
+       local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q"
        use debug && CONFIG_CHECK+=" ~DEBUG_FS"
        if use natevents; then
                CONFIG_CHECK+=" NF_CONNTRACK_EVENTS"
index b0382acd22dc974208a7dfdc7c7b6d1928ced56e..d24c48cebca3ec9fded061974402883ed4d357b6 100644 (file)
@@ -33,7 +33,7 @@ PATCHES=(
 pkg_setup() {
        linux-info_pkg_setup
 
-       local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q"
+       local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q"
        use debug && CONFIG_CHECK+=" ~DEBUG_FS"
        if use natevents; then
                CONFIG_CHECK+=" NF_CONNTRACK_EVENTS"