grep: use libpcre2
authorNick Hainke <[email protected]>
Sun, 18 Sep 2022 09:18:34 +0000 (11:18 +0200)
committerNick Hainke <[email protected]>
Sun, 18 Sep 2022 22:58:46 +0000 (00:58 +0200)
We should use libpcre2 instead of libpcre in the new grep version.

Signed-off-by: Nick Hainke <[email protected]>
utils/grep/Makefile

index 6096adaf3f3e7262bf2878d14c4a7a00c3dbc35d..1221d7bf8faa5ecb8bfd8018091d0733a5839ba7 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=grep
 PKG_VERSION:=3.8
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/grep
@@ -31,7 +31,7 @@ define Package/grep
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=grep search utility - full version
-  DEPENDS:=+libpcre
+  DEPENDS:=+libpcre2
   URL:=https://www.gnu.org/software/grep/
   ALTERNATIVES:=\
     300:/bin/egrep:/usr/libexec/egrep-gnu \