Omit ECC from DNSSEC if nettle library is old.

This commit is contained in:
Simon Kelley
2014-02-19 18:14:33 +00:00
parent 7bcca0060f
commit c152dc8492
2 changed files with 17 additions and 6 deletions

4
debian/rules vendored
View File

@@ -19,6 +19,10 @@ LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
DEB_COPTS = $(COPTS)
# The nettle library in Debian is too old to include
# ECC support.
DEB_COPTS += -DNO_NETTLE_ECC
TARGET = install-i18n
DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)