Merge pull request #1722 from rraptorr/bind-ecdsa
bind: Enable ECDSA support
This commit is contained in:
commit
76ce481cc2
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@ PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
PKG_CONFIG_DEPENDS := CONFIG_OPENSSL_WITH_EC
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/bind/Default
|
define Package/bind/Default
|
||||||
|
@ -100,7 +102,7 @@ CONFIGURE_ARGS += \
|
||||||
--enable-epoll=yes \
|
--enable-epoll=yes \
|
||||||
--with-gost=no \
|
--with-gost=no \
|
||||||
--with-gssapi=no \
|
--with-gssapi=no \
|
||||||
--with-ecdsa=no \
|
--with-ecdsa=$(if $(CONFIG_OPENSSL_WITH_EC),yes,no) \
|
||||||
--with-readline=no
|
--with-readline=no
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
|
Loading…
Reference in a new issue