commit | 160f6507c39b3a25439648194baa6158d338a2e4 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Tue Feb 04 16:49:41 2014 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Tue Feb 04 16:49:41 2014 +0000 |
tree | de697d33ccf75f6f049204729cab980632e8933a | |
parent | 613d6c52495a70034ef9e24423afcc3f917776c0 [diff] [blame] |
Make DNSEC default, add build-depends for same, bump version.
diff --git a/debian/rules b/debian/rules index 442f872..7d42d9f 100755 --- a/debian/rules +++ b/debian/rules
@@ -77,7 +77,7 @@ DEB_COPTS += -DHAVE_LUASCRIPT endif -ifneq (,$(filter usednssec,$(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nodnssec,$(DEB_BUILD_OPTIONS))) DEB_COPTS += -DHAVE_DNSSEC endif