lede-packages-rs

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

commit 54e4a971f7b4efbbc8cf9a2fca2dfc34a2e8544c
parent 7485e98e68a17a4b37f0f2aa5f811517cf736907
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu, 22 Sep 2016 09:42:37 +0300

Merge pull request #3152 from Borromini/master

unbound: enable pthreads, disable deprecated ciphers
Diffstat:
Mnet/unbound/Makefile | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net/unbound/Makefile b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.5.9 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -103,6 +103,7 @@ define Package/libunbound SECTION:=libs CATEGORY:=Libraries TITLE+= (library) + DEPENDS+= +libpthread endef define Package/libunbound/description @@ -110,13 +111,13 @@ define Package/libunbound/description endef CONFIGURE_ARGS += \ + --disable-dsa \ --disable-gost \ --enable-allsymbols \ --with-libexpat="$(STAGING_DIR)/usr" \ --with-ssl="$(STAGING_DIR)/usr" \ --with-pidfile=/var/run/unbound.pid \ - --with-user=unbound \ - --without-pthreads + --with-user=unbound define Package/unbound/conffiles /etc/unbound/unbound.conf