about summary refs log tree commit diff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-19 21:47:49 +0100
committerMichael Biebl <biebl@debian.org>2022-02-19 21:47:49 +0100
commit9dfb775ea3968a099ae3b596160c9ab93a267031 (patch)
treea25709de511cf122d551de3b5eda610f8ecde7e3 /debian/rules
parentf09dac9f12c30a2ce5e73a88bb680867574fd1c6 (diff)
Set path to nft binary
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index da447d37..1f896f0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,10 @@ override_dh_auto_configure:
 		--runstatedir=/run \
 		--with-pppd-plugin-dir=$(PPPD_PLUGIN_DIR) \
 		--with-pppd=/usr/sbin/pppd \
+		--with-nft=/usr/sbin/nft \
+		--with-iptables=/usr/sbin/iptables \
 		--with-resolvconf=/sbin/resolvconf \
 		--with-dhclient=/sbin/dhclient \
-		--with-iptables=/usr/sbin/iptables \
 		--with-dnsmasq=/usr/sbin/dnsmasq \
 		--with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \
 		--with-polkit-agent-helper-1=/usr/lib/policykit-1/polkit-agent-helper-1 \