mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #5029 from hnyman/wget1192
wget: fix update to 1.19.2 for buildbot I modifed the commit in this PR to reflect the already pushed version bump change by @tripolar Several targets have already failed in buildbot like ``` target-arm_cortex-a15+neon-vfpv4_musl_eabi/wget-nossl/wget-1.19.2' Package wget-nossl is missing dependencies for the following libraries: libunistring.so.2 ``` So, let's try to overcome that libunistring linkage with a hack that makes the actual libunistring overlooked.
This commit is contained in:
+2
-1
@@ -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 += \
|
||||||
|
|||||||
Reference in New Issue
Block a user