From: Michael Tremer Date: Sat, 22 Feb 2025 22:31:58 +0000 (+0000) Subject: less: Link against PCRE2 instead of PCRE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22744497b80430842c1785ccdbe4328cdd5f18d6;p=ipfire-3.x.git less: Link against PCRE2 instead of PCRE Signed-off-by: Michael Tremer --- diff --git a/less/less.nm b/less/less.nm index 3efc1479a..056cef1c3 100644 --- a/less/less.nm +++ b/less/less.nm @@ -5,7 +5,7 @@ name = less version = 643 -release = 1 +release = 2 groups = Applications/Text url = https://www.greenwoodsoftware.com/less/ @@ -25,13 +25,11 @@ source_dl = https://www.greenwoodsoftware.com/less/ build requires ncurses-devel >= 6.1 - pcre-devel + pcre2-devel end configure_options += \ - --with-regex=pcre - - #CFLAGS += -D_GNU_SOURCE + --with-regex=pcre2 install_cmds mkdir -pv %{BUILDROOT}/etc/profile.d