From: Matthew Vernon Date: Tue, 11 Jul 2023 22:10:29 +0000 (+0100) Subject: disable JIT on sparc (Closes: #1034779) X-Git-Tag: archive/raspbian/10.45-1+rpi1~1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2ac51123156dbade11a69d2cc37c060a7e93f095;p=pcre2.git disable JIT on sparc (Closes: #1034779) --- diff --git a/debian/rules b/debian/rules index 53752ae..97dfb11 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Dregcomp=PCRE2regcomp -Dregexec=PCRE2regexec - 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 mips mipsel mips64el powerpc sparc arm64 ppc64 ppc64el s390x, $(DEB_HOST_ARCH)),) +ifneq ($(filter i386 amd64 armel armhf mips mipsel mips64el powerpc arm64 ppc64 ppc64el s390x, $(DEB_HOST_ARCH)),) deb_maint_conf_args +=--enable-jit else deb_maint_conf_args +=--disable-jit