wget: try to fix libunistring dependency
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 18 Sep 2017 17:40:16 +0000 (20:40 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 18 Sep 2017 17:40:16 +0000 (20:40 +0300)
commit50148276a1201984e5a093b6bc44957e02f107fb
tree2549ef3baa197748675eafd0dc14c5b9e9df76c1
parenta5b23eff1c81592cf82e6de7f7a9711f323e7c21
wget: try to fix libunistring dependency

wget 1.91.1 configure script tries to link libunistring
if that is found. That lib is rather large and is not that
essential for normal operations, so instead of depending
on that, try to avoid linking it.

Revert an upstream commit that removed the clearance of
libunistring data in case IRI is explicitly disabled
(like we have it).

Reference to upstream commits:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=00ae9b4ee2caa6640776e9777e7ef5a374d082c0
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=990f3d67d340d226bbd4187f5d310a4d2bf2bfe4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
net/wget/Makefile
net/wget/patches/100-revert-removal-of-libunistring-check-clear.patch [new file with mode: 0644]