From dd320f5e7f8baed64f634888a9aecfea54ad8a214bd063a5f675d540770d3bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 20 Oct 2013 22:09:17 +0000 Subject: [PATCH] Accepting request 204065 from home:sumski:branches:devel:libraries:c_c++ Disable sse2 instructions on non x86_64 arches, bnc#846539 OBS-URL: https://build.opensuse.org/request/show/204065 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=13 --- xerces-c.changes | 5 +++++ xerces-c.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/xerces-c.changes b/xerces-c.changes index b9e4f25..72908d5 100644 --- a/xerces-c.changes +++ b/xerces-c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 20 21:38:44 UTC 2013 - hrvoje.senjan@gmail.com + +- Disable sse2 instructions on non x86_64 arches, bnc#846539 + ------------------------------------------------------------------- Fri Apr 13 17:58:48 UTC 2012 - behrisch@users.sourceforge.net diff --git a/xerces-c.spec b/xerces-c.spec index 590a81d..2fc726f 100644 --- a/xerces-c.spec +++ b/xerces-c.spec @@ -74,6 +74,9 @@ This package includes files needed for development with Xerces-c %build %configure \ +%ifnarch x86_64 + --disable-sse2 \ +%endif --disable-static make %{?_smp_mflags}