diff options
Diffstat (limited to 'contrib/fedora/rpm/configure-for-system.sh')
| -rwxr-xr-x | contrib/fedora/rpm/configure-for-system.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/configure-for-system.sh b/contrib/fedora/rpm/configure-for-system.sh index fff426bc..f0638591 100755 --- a/contrib/fedora/rpm/configure-for-system.sh +++ b/contrib/fedora/rpm/configure-for-system.sh @@ -368,6 +368,7 @@ meson setup\ $(args_enable "$P_TEST" --werror) \ -Dnft="${D_SBINDIR}/nft" \ -Diptables="${D_SBINDIR}/iptables" \ + -Dip6tables="${D_SBINDIR}/ip6tables" \ -Ddhclient="${D_SBINDIR}/dhclient" \ -Ddhcpcd=no \ -Dconfig_dhcp_default="$P_DHCP_DEFAULT" \ |