diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2022-12-11 16:10:15 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2022-12-11 16:36:30 +0200 |
commit | fd7da3333e98c0d2ef1ed9d7997fe78000474caf (patch) | |
tree | 3140e9e0aa4e1898ef6cc9a83572ef6b3d74e6e3 /net/wget/Makefile | |
parent | dd7e606f17702edbc3a71841b71478acf25b4674 (diff) |
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |