Date: Sunday, September 25, 2022 @ 19:49:35
  Author: anatolik
Revision: 456782

FS#76001 switch to PCRE2

PCRE is a legacy version and it is EOL now https://www.pcre.org/

Modified:
  apache/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-25 19:46:47 UTC (rev 456781)
+++ PKGBUILD    2022-09-25 19:49:35 UTC (rev 456782)
@@ -21,7 +21,7 @@
 provides=('mod_proxy_uwsgi')
 conflicts=('mod_proxy_uwsgi')
 replaces=('mod_proxy_uwsgi')
-depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl' 'libxcrypt')
+depends=('zlib' 'apr-util' 'pcre2' 'libnghttp2' 'openssl' 'libxcrypt')
 makedepends=('libxml2' 'lua' 'curl' 'brotli' 'jansson')
 optdepends=(
     'lua: for mod_lua module'
@@ -90,7 +90,7 @@
       --enable-proxy-http2 --enable-md --enable-brotli \
       --with-apr=/usr/bin/apr-1-config \
       --with-apr-util=/usr/bin/apu-1-config \
-      --with-pcre=/usr
+      --with-pcre2
 
   make
 }

Reply via email to