lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 76ce481cc2130b596dd07a6b06aa93fd0d77772f
parent 2722eed56d30e174ebdda85fcbc694beca7c4a5d
Author: Noah Meyerhans <frodo@morgul.net>
Date:   Fri,  4 Sep 2015 11:24:34 -0700

Merge pull request #1722 from rraptorr/bind-ecdsa

bind: Enable ECDSA support
Diffstat:
Mnet/bind/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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 += \