wget: disable libpcre2
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 5 Dec 2018 19:58:21 +0000 (17:58 -0200)
committertripolar <tripolar@users.noreply.github.com>
Thu, 6 Dec 2018 20:52:54 +0000 (21:52 +0100)
libpcre2 is picked over libpcre by wget's configure

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
net/wget/Makefile

index d3a67b25bd7800c1fe218bb63c5aec5a9509a85b..423e6630349538c05a1d8f3e96e4da319930fb9d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wget
 PKG_VERSION:=1.20
-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 \
+       --disable-pcre2 \
        --with-included-libunistring \
        --without-libuuid \
        --without-libpsl