diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 19:07:38 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-17 11:35:04 +0200 |
| commit | 3eda4c46c8d4cf35f55ca6bf1861fe1b33ab380b (patch) | |
| tree | 74ad4aa16995b01af929b965e5c97ae927f22fee /debian | |
| parent | da3128762fcf4ff41722affe3f9457ee4edda787 (diff) | |
Drop obsolete --with-dnssec-trigger configure option
The unbound DNS plugin was marked deprecated for a while and has been removed now in this release.
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 bcb76768..9b61ddcb 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,6 @@ override_dh_auto_configure: --with-resolvconf=/sbin/resolvconf \ --with-dhclient=/sbin/dhclient \ --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 \ --with-systemdsystemunitdir=/lib/systemd/system \ --with-udev-dir=/lib/udev \ |