projects
/
pcre2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7325455
)
Enable JIT on ppc64 & ppc64el (Closes: #806388)
author
Matthew Vernon
<matthew@debian.org>
Fri, 27 Nov 2015 08:16:31 +0000
(08:16 +0000)
committer
Matthew Vernon
<matthew@debian.org>
Fri, 27 Nov 2015 08:16:31 +0000
(08:16 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 37e2b7d72c5a9b3d4b9c7c1c5ed42543b3a48a00..66c4b283bddfd5de9d7cf8f4995335efdf162fbd 100755
(executable)
--- 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