Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix pcre-jit errors in PHP 7.4 due to MemoryDenyWriteExecute in syste…
Browse files Browse the repository at this point in the history
…m unit

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

upgpkg: pcre2 10.34-2

git-svn-id: file:///srv/repos/svn-packages/svn@370472 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
bluewind authored and svntogit committed Dec 6, 2019
1 parent e3582d2 commit 920838a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand All @@ -27,7 +27,8 @@ build() {
--enable-jit \
--enable-pcre2grep-libz \
--enable-pcre2grep-libbz2 \
--enable-pcre2test-libreadline
--enable-pcre2test-libreadline \
--enable-jit-sealloc
make
}

Expand Down

0 comments on commit 920838a

Please sign in to comment.