mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
Merge pull request #3152 from Borromini/master
unbound: enable pthreads, disable deprecated ciphers
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=unbound
|
PKG_NAME:=unbound
|
||||||
PKG_VERSION:=1.5.9
|
PKG_VERSION:=1.5.9
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
@@ -103,6 +103,7 @@ define Package/libunbound
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
|
DEPENDS+= +libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libunbound/description
|
define Package/libunbound/description
|
||||||
@@ -110,13 +111,13 @@ define Package/libunbound/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
--disable-dsa \
|
||||||
--disable-gost \
|
--disable-gost \
|
||||||
--enable-allsymbols \
|
--enable-allsymbols \
|
||||||
--with-libexpat="$(STAGING_DIR)/usr" \
|
--with-libexpat="$(STAGING_DIR)/usr" \
|
||||||
--with-ssl="$(STAGING_DIR)/usr" \
|
--with-ssl="$(STAGING_DIR)/usr" \
|
||||||
--with-pidfile=/var/run/unbound.pid \
|
--with-pidfile=/var/run/unbound.pid \
|
||||||
--with-user=unbound \
|
--with-user=unbound
|
||||||
--without-pthreads
|
|
||||||
|
|
||||||
define Package/unbound/conffiles
|
define Package/unbound/conffiles
|
||||||
/etc/unbound/unbound.conf
|
/etc/unbound/unbound.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user