From fd7da3333e98c0d2ef1ed9d7997fe78000474caf Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 11 Dec 2022 16:10:15 +0200 Subject: wget: apply upstream fix to avoid nettle linking in nossl Replace my own patch with the upstream solution, which they issued in response to my bug report. (Two patches as they overlooked something on the first try. Reference to https://savannah.gnu.org/bugs/index.php?63431 ) The nettle lib evaluation is now conditional to not having "--disable-ntlm". Signed-off-by: Hannu Nyman --- net/wget/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/wget/Makefile') diff --git a/net/wget/Makefile b/net/wget/Makefile index 7589ef1a8..006399312 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget PKG_VERSION:=1.21.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -- cgit v1.2.3