diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-12 13:55:10 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-12 13:57:38 +0100 |
| commit | 408120786fd83447d54ce167a1087e8113678de4 (patch) | |
| tree | c1f2ee03f756aa01e23a5ec68f6ed0d7395c1094 /debian | |
| parent | b6c02815234ebc66705f82517e66260742e627aa (diff) | |
Drop obsolete build option
Support for the "dhcpcanon" DHCP client has been removed upstream including the build option.
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f0249745..99c649d4 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,6 @@ override_dh_auto_configure: -Dpppd=/usr/sbin/pppd \ -Dresolvconf=/usr/sbin/resolvconf \ -Dmodprobe=/usr/sbin/modprobe \ - -Ddhcpcanon=false \ -Ddhcpcd=false \ -Diptables=/usr/sbin/iptables \ -Dnft=/usr/sbin/nft \ |