summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Usishchev <y.usishchev@samsung.com>2014-03-12 16:09:51 +0400
committerYury Usishchev <y.usishchev@samsung.com>2014-04-22 17:06:46 +0400
commitb7d9979358d8f091fab2c66bcb5188b72013bcca (patch)
treee09bddbb20c696edefcc827f9692de8d305b4ac6
parent9c2e8a728e754745e364793d1718dc219c522da0 (diff)
downloadpcre-b7d9979358d8f091fab2c66bcb5188b72013bcca.tar.gz
pcre-b7d9979358d8f091fab2c66bcb5188b72013bcca.tar.bz2
pcre-b7d9979358d8f091fab2c66bcb5188b72013bcca.zip
Aarch64 build fix
Jit is not supported for aarch64 yet, disable it for now Change-Id: I43c1a060caa0871e8d9d1a57d6afc0d78524bd44 Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
-rw-r--r--packaging/pcre.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/pcre.spec b/packaging/pcre.spec
index b522126..b9c0e87 100644
--- a/packaging/pcre.spec
+++ b/packaging/pcre.spec
@@ -101,6 +101,9 @@ autoreconf -fiv
%ifarch %ix86 x86_64 %arm ppc ppc64 mips
--enable-jit \
%endif
+%ifarch aarch64
+ --disable-jit \
+%endif
--enable-static \
--with-link-size=2 \
--with-match-limit=10000000 \