debian/rules: Clarify comment about disabling DNSSEC support on stable Ubuntu releases

Gbp-Dch: Ignore
This commit is contained in:
Martin Pitt 2017-03-23 15:47:58 +01:00
parent 9bf0e3f7c8
commit 1e5aced377

4
debian/rules vendored
View File

@ -121,8 +121,8 @@ CONFFLAGS = \
--with-system-uid-max=999 \
--with-system-gid-max=999
# resolved's DNSSEC support is still not mature enough, disable for stable
# Debian/Ubuntu releases
# resolved's DNSSEC support is still not mature enough, don't enable it by
# default on stable Ubuntu releases
CONFFLAGS += $(shell grep -q yakkety /etc/os-release && echo --with-default-dnssec=no)
CONFFLAGS_deb = \