mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
grep: use libpcre2
We should use libpcre2 instead of libpcre in the new grep version. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=grep
|
PKG_NAME:=grep
|
||||||
PKG_VERSION:=3.8
|
PKG_VERSION:=3.8
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNU/grep
|
PKG_SOURCE_URL:=@GNU/grep
|
||||||
@@ -31,7 +31,7 @@ define Package/grep
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=grep search utility - full version
|
TITLE:=grep search utility - full version
|
||||||
DEPENDS:=+libpcre
|
DEPENDS:=+libpcre2
|
||||||
URL:=https://www.gnu.org/software/grep/
|
URL:=https://www.gnu.org/software/grep/
|
||||||
ALTERNATIVES:=\
|
ALTERNATIVES:=\
|
||||||
300:/bin/egrep:/usr/libexec/egrep-gnu \
|
300:/bin/egrep:/usr/libexec/egrep-gnu \
|
||||||
|
|||||||
Reference in New Issue
Block a user