Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2012-07-21 12:30:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre (Old)
 and      /work/SRC/openSUSE:Factory/.pcre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre", Maintainer is "co...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre/pcre.changes        2012-05-11 
20:48:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2012-07-21 
12:31:01.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 19 17:18:04 UTC 2012 - jeng...@inai.de
+
+- Only use --enable-jit on supported architectures; the build will
+  otherwise fail (e.g. on sparc).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pcre.spec ++++++
--- /var/tmp/diff_new_pack.mgMu9V/_old  2012-07-21 12:31:04.000000000 +0200
+++ /var/tmp/diff_new_pack.mgMu9V/_new  2012-07-21 12:31:04.000000000 +0200
@@ -127,8 +127,13 @@
 %patch
 
 %build
+# Available JIT archs see sljit/sljitConfig.h
 autoreconf -fiv
-%configure --enable-jit --enable-static \
+%configure \
+%ifarch %ix86 x86_64 %arm ppc ppc64 mips
+           --enable-jit \
+%endif
+           --enable-static \
            --with-link-size=2 \
            --with-match-limit=10000000 \
            --enable-newline-is-lf \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to