wget: fix update to 1.19.2 for buildbot
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>
This commit is contained in:
parent
ced4eaf5a5
commit
92ffab8bbe
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wget
|
PKG_NAME:=wget
|
||||||
PKG_VERSION:=1.19.2
|
PKG_VERSION:=1.19.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||||
|
@ -66,6 +66,7 @@ endef
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-iri \
|
--disable-iri \
|
||||||
|
--with-included-libunistring \
|
||||||
--without-libuuid
|
--without-libuuid
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
|
Loading…
Reference in a new issue