mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #6565 from diizzyy/patch-6
wget: Disable libpsl to fix builds on buildbots
This commit is contained in:
+3
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=wget
|
PKG_NAME:=wget
|
||||||
PKG_VERSION:=1.19.5
|
PKG_VERSION:=1.19.5
|
||||||
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)
|
||||||
@@ -67,7 +67,8 @@ CONFIGURE_ARGS+= \
|
|||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-iri \
|
--disable-iri \
|
||||||
--with-included-libunistring \
|
--with-included-libunistring \
|
||||||
--without-libuuid
|
--without-libuuid \
|
||||||
|
--without-libpsl
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_header_uuid_uuid_h=no
|
ac_cv_header_uuid_uuid_h=no
|
||||||
|
|||||||
Reference in New Issue
Block a user