Source: pcre2 Version: 10.39-2 Severity: wishlist Tags: patch Hi Maintainer
Please enable JIT on s390x. It has already been enabled upstream [1]. I've confirmed on zelenka.d.o. that 10.39-2 builds and passes its tests with the change below, whereas 10.36-2 fails. Regards Graham [1] https://github.com/PhilipHazel/pcre2/commit/3d80cf5a2547a3b669fb3e12a9d95508416d317a --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ deb_maint_conf_args = --enable-pcre2-16 --enable-pcre2-32 --disable-pcre2grep-callout #enable JIT only on architectures that support it (see pcre2jit.3) -ifneq ($(filter i386 amd64 armel armhf powerpc sparc arm64 ppc64 ppc64el, $(DEB_HOST_ARCH)),) +ifneq ($(filter i386 amd64 armel armhf powerpc sparc arm64 ppc64 ppc64el s390x, $(DEB_HOST_ARCH)),) deb_maint_conf_args +=--enable-jit else deb_maint_conf_args +=--disable-jit

