Make DNSEC default, add build-depends for same, bump version.

This commit is contained in:
Simon Kelley
2014-02-04 16:49:41 +00:00
parent 613d6c5249
commit 160f6507c3
3 changed files with 10 additions and 3 deletions

2
debian/rules vendored
View File

@@ -77,7 +77,7 @@ ifneq (,$(filter uselua,$(DEB_BUILD_OPTIONS)))
DEB_COPTS += -DHAVE_LUASCRIPT
endif
ifneq (,$(filter usednssec,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter nodnssec,$(DEB_BUILD_OPTIONS)))
DEB_COPTS += -DHAVE_DNSSEC
endif