[packages/pcre] - disable jit on x32
baggins
baggins at pld-linux.org
Sun Jan 4 19:24:21 CET 2015
commit 11e092cd0d2a5f4699d0267435c970503b6dcf98
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jan 4 18:24:11 2015 +0000
- disable jit on x32
pcre.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/pcre.spec b/pcre.spec
index e81d208..b1c12da 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -277,7 +277,9 @@ Dokumentacja dla PCRE w formacie HTML.
CXXLDFLAGS="%{rpmldflags}" \
--disable-silent-rules \
%{!?with_static_libs:--disable-static} \
+%ifnarch x32
--enable-jit \
+%endif
%{?with_pcre16:--enable-pcre16} \
%{?with_pcre32:--enable-pcre32} \
--enable-pcregrep-libz \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pcre.git/commitdiff/11e092cd0d2a5f4699d0267435c970503b6dcf98
More information about the pld-cvs-commit
mailing list