summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2015-11-27 08:16:31 +0000
committerMatthew Vernon <matthew@debian.org>2015-11-27 08:16:31 +0000
commitab6a930a4655bf1b9fef63f3f0f4876a4e695753 (patch)
tree62f1b7d087f0ff5f259338f6b9075eaba870d37b /debian
parent73254555f756bc23662c82d4bb7a95a8177bd461 (diff)
Enable JIT on ppc64 & ppc64el (Closes: #806388)
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 37e2b7d..66c4b28 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
#enable JIT only on architectures that support it (see pcre2jit.3)
-ifneq ($(filter i386 amd64 armel armhf mips mipsel mips64el powerpc sparc arm64, $(DEB_HOST_ARCH)),)
+ifneq ($(filter i386 amd64 armel armhf mips mipsel mips64el powerpc sparc arm64 ppc64 ppc64el, $(DEB_HOST_ARCH)),)
deb_maint_conf_args +=--enable-jit
else
deb_maint_conf_args +=--disable-jit