mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #6180 from openwrt/unbound-tfo-v2
unbound: Enable TCP fast open
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=unbound
|
PKG_NAME:=unbound
|
||||||
PKG_VERSION:=1.7.1
|
PKG_VERSION:=1.7.1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
@@ -113,6 +113,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-dsa \
|
--disable-dsa \
|
||||||
--disable-gost \
|
--disable-gost \
|
||||||
--enable-allsymbols \
|
--enable-allsymbols \
|
||||||
|
--enable-tfo-client \
|
||||||
|
--enable-tfo-server \
|
||||||
--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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user