Merge pull request #21800 from yogo1212/wget_pcre2
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 14 Aug 2023 14:34:56 +0000 (17:34 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 14:34:56 +0000 (17:34 +0300)
wget: use pcre2

net/wget/Makefile

index 006399312e8dadd82a030dde53234f92d8b6cf22..f70c0def727d0c899ccd31118df2afb0cf72e69b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wget
 PKG_VERSION:=1.21.3
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/wget/Default
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+libpcre +zlib
+  DEPENDS:=+libpcre2 +zlib
   SUBMENU:=File Transfer
   TITLE:=Non-interactive network downloader
   URL:=https://www.gnu.org/software/wget/index.html
@@ -73,7 +73,6 @@ endef
 CONFIGURE_ARGS+= \
        --disable-rpath \
        --disable-iri \
-       --disable-pcre2 \
        --with-included-libunistring \
        --without-libuuid \
        --without-libpsl