wget: apply upstream fix to avoid nettle linking in nossl
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 11 Dec 2022 14:10:15 +0000 (16:10 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 11 Dec 2022 14:36:30 +0000 (16:36 +0200)
commitfd7da3333e98c0d2ef1ed9d7997fe78000474caf
tree3140e9e0aa4e1898ef6cc9a83572ef6b3d74e6e3
parentdd7e606f17702edbc3a71841b71478acf25b4674
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>
net/wget/Makefile
net/wget/patches/001-fix-nettle-ntml.patch [deleted file]
net/wget/patches/001-upstream-fix-disable-ntlm-1.patch [new file with mode: 0644]
net/wget/patches/002-upstream-fix-disable-ntlm-2.patch [new file with mode: 0644]