From 6e78faf3b3907f6dedb53fe70f630cb426b47fb4 Mon Sep 17 00:00:00 2001 From: Crestwave <35413013+Crestwave@users.noreply.github.com> Date: Mon, 3 Feb 2020 03:00:42 +0800 Subject: [PATCH] ripgrep: enable PCRE2 suppport in build (#4662) --- sys-apps/ripgrep/ripgrep-11.0.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/ripgrep/ripgrep-11.0.2.recipe b/sys-apps/ripgrep/ripgrep-11.0.2.recipe index 385edc7d4..ceee0113a 100644 --- a/sys-apps/ripgrep/ripgrep-11.0.2.recipe +++ b/sys-apps/ripgrep/ripgrep-11.0.2.recipe @@ -7,7 +7,7 @@ HOMEPAGE="https://github.com/BurntSushi/ripgrep" COPYRIGHT="2015 Andrew Gallant" LICENSE="MIT Unlicense" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" CHECKSUM_SHA256="0983861279936ada8bc7a6d5d663d590ad34eb44a44c75c2d6ccd0ab33490055" SOURCE_FILENAME="ripgrep-$portVersion.tar.gz" @@ -261,7 +261,7 @@ BUILD() replace-with = "haiku" EOF - cargo build --release --frozen + cargo build --release --frozen --features pcre2 } INSTALL()