aboutsummaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-09-18 20:40:16 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2017-09-18 20:40:16 +0300
commit50148276a1201984e5a093b6bc44957e02f107fb (patch)
tree2549ef3baa197748675eafd0dc14c5b9e9df76c1 /net/wget/Makefile
parenta5b23eff1c81592cf82e6de7f7a9711f323e7c21 (diff)
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>
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index f0f352344..1e784052e 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wget
PKG_VERSION:=1.19.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)