diff options
author | Bernhard Schmidt <berni@debian.org> | 2020-08-16 14:03:32 +0200 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-08-16 14:03:32 +0200 |
commit | 0864551ef69cf1c2c3a0b607b4d0583f6b874dce (patch) | |
tree | 8d02eb02e9ae350677cd380ea446309620ba88f3 /debian/rules | |
parent | 62f9a3c02950839ef9eb5f5fb4cbdd7b7d33ccbc (diff) |
Disable iproute2 support in favour of the new netlink based default
Thanks: Fabio Pedretti
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f7c3377..a49ff29 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ ENV_VARS := IFCONFIG=/sbin/ifconfig ROUTE=/lib/freebsd/route EXTRA_ARGS := else ENV_VARS := SYSTEMD_ASK_PASSWORD=/bin/systemd-ask-password IFCONFIG=/sbin/ifconfig ROUTE=/sbin/route IPROUTE=/sbin/ip SYSTEMD_UNIT_DIR=/lib/systemd/system TMPFILES_DIR=/usr/lib/tmpfiles.d -EXTRA_ARGS := --enable-systemd --enable-iproute2 +EXTRA_ARGS := --enable-systemd endif #export DH_VERBOSE=1 |