[arch-commits] Commit in pcre2/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Fri Dec 6 14:58:43 UTC 2019


    Date: Friday, December 6, 2019 @ 14:58:42
  Author: bluewind
Revision: 370472

Fix pcre-jit errors in PHP 7.4 due to MemoryDenyWriteExecute in system unit

https://bugs.php.net/bug.php?id=78630

upgpkg: pcre2 10.34-2

Modified:
  pcre2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 11:24:56 UTC (rev 370471)
+++ PKGBUILD	2019-12-06 14:58:42 UTC (rev 370472)
@@ -7,7 +7,7 @@
 
 pkgname=pcre2
 pkgver=10.34
-pkgrel=1
+pkgrel=2
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd version'
 arch=('x86_64')
 url='https://www.pcre.org/'
@@ -27,7 +27,8 @@
     --enable-jit \
     --enable-pcre2grep-libz \
     --enable-pcre2grep-libbz2 \
-    --enable-pcre2test-libreadline
+    --enable-pcre2test-libreadline \
+    --enable-jit-sealloc
   make
 }
 



More information about the arch-commits mailing list