mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
wget: disable libpcre2
libpcre2 is picked over libpcre by wget's configure Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
committed by
tripolar
parent
deaa3835c9
commit
99b049c8f3
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=wget
|
PKG_NAME:=wget
|
||||||
PKG_VERSION:=1.20
|
PKG_VERSION:=1.20
|
||||||
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 \
|
||||||
|
--disable-pcre2 \
|
||||||
--with-included-libunistring \
|
--with-included-libunistring \
|
||||||
--without-libuuid \
|
--without-libuuid \
|
||||||
--without-libpsl
|
--without-libpsl
|
||||||
|
|||||||
Reference in New Issue
Block a user