diff --git a/net/unbound/Makefile b/net/unbound/Makefile index a846ca699..cc8edc45b 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.7.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -113,6 +113,8 @@ CONFIGURE_ARGS += \ --disable-dsa \ --disable-gost \ --enable-allsymbols \ + --enable-tfo-client \ + --enable-tfo-server \ --with-libexpat="$(STAGING_DIR)/usr" \ --with-ssl="$(STAGING_DIR)/usr" \ --with-pidfile=/var/run/unbound.pid \