summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-05-20 20:34:41 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2014-05-20 20:34:41 +0100
commit15a97ad6fb393a3e703c110ff058867add09837c (patch)
treeb8d56da00d962ec2601a6431e76a4a03efa18fbd
parent91f4a5e4b5ac429d6265eb2c4dfb791cdac69422 (diff)
downloaddnsmasq-15a97ad6fb393a3e703c110ff058867add09837c.tar.gz
Use ECC crypto in Nettle now.
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 7a1a27c..485559e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,6 @@ 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)