From ce82cd64106f1687a8ce4ed91b6c0d79e1905514 Mon Sep 17 00:00:00 2001 From: Janusz Dziemidowicz Date: Thu, 27 Aug 2015 15:25:06 +0200 Subject: [PATCH] bind: Enable ECDSA support Enables bind to do ECDSA DNSSEC validation. Depends on OpenSSL support for ECDSA. Increases size of bind-libs package by about 2kB. Signed-off-by: Janusz Dziemidowicz --- net/bind/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 1eec28ca4f..e51869a008 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -27,6 +27,8 @@ PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 PKG_INSTALL:=1 +PKG_CONFIG_DEPENDS := CONFIG_OPENSSL_WITH_EC + include $(INCLUDE_DIR)/package.mk define Package/bind/Default @@ -100,7 +102,7 @@ CONFIGURE_ARGS += \ --enable-epoll=yes \ --with-gost=no \ --with-gssapi=no \ - --with-ecdsa=no \ + --with-ecdsa=$(if $(CONFIG_OPENSSL_WITH_EC),yes,no) \ --with-readline=no CONFIGURE_VARS += \ -- 2.30.2