wget: fix update to 1.19.2 for buildbot 5029/head
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 28 Oct 2017 08:34:36 +0000 (11:34 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 30 Oct 2017 16:37:27 +0000 (18:37 +0200)
Disable linkage to libunistring with a hack: advice configure
to use included libunistring when there is actually none.
This avoids libunistring detection in buildbot the the need
for dependency.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
net/wget/Makefile

index deb9ce6de2185a0f3ab2817ac257d37a5f7af089..6ee3f2f9a0f808b58bb3bbbc902de36f3396beeb 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wget
 PKG_VERSION:=1.19.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -66,6 +66,7 @@ endef
 CONFIGURE_ARGS+= \
        --disable-rpath \
        --disable-iri \
+       --with-included-libunistring \
        --without-libuuid
 
 CONFIGURE_VARS += \