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 <rraptorr@nails.eu.org>
PKG_INSTALL:=1
+PKG_CONFIG_DEPENDS := CONFIG_OPENSSL_WITH_EC
+
include $(INCLUDE_DIR)/package.mk
define Package/bind/Default
--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 += \