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)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 27 Sep 2023 16:55:54 +0000 (18:55 +0200)
commit2b3839e3e2b6133d5d1329af401a914b1829df6b
tree94c7966c15f1a857c3ba0a15315906878e647519
parentda0e7c29ef25316ce49a907b300e6e8be5296d1a
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>
(cherry picked from commit fd7da3333e98c0d2ef1ed9d7997fe78000474caf)
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]