~alpine/aports

[alpine-aports] [PATCH] main/pcre2: disable jit on mips* for now

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20180915222225.211512E054@mx7.valuehost.ru>
Sender timestamp
1537050145
DKIM signature
missing
Download raw message
Patch: +1 -1
10.31 fails JIT-enabled tests on mipsel at least.

10.32 fixes the problem so this change should be reverted on upgrade.

---
 main/pcre2/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/pcre2/APKBUILD b/main/pcre2/APKBUILD
index 88ba622dda..7529a1680e 100644
--- a/main/pcre2/APKBUILD
+++ b/main/pcre2/APKBUILD
@@ -15,7 +15,7 @@ source="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.t
builddir="$srcdir/$pkgname-$pkgver"

case "$CARCH" in
	s390x) _enable_jit="";;
	mips* | s390x) _enable_jit="";;
	*) _enable_jit="--enable-jit";;
esac

-- 
2.19.0




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)