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 | |
parent | 62f9a3c02950839ef9eb5f5fb4cbdd7b7d33ccbc (diff) |
Disable iproute2 support in favour of the new netlink based default
Thanks: Fabio Pedretti
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ca71b4e..3526094 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1), - iproute2 [linux-any], +# iproute2 [linux-any], liblz4-dev, liblzo2-dev, libp11-kit-dev, 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 |