forked from pool/xerces-c
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
This commit is contained in:
parent
0ecc411be3
commit
dd320f5e7f
@ -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
|
Fri Apr 13 17:58:48 UTC 2012 - behrisch@users.sourceforge.net
|
||||||
|
|
||||||
|
@ -74,6 +74,9 @@ This package includes files needed for development with Xerces-c
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
%ifnarch x86_64
|
||||||
|
--disable-sse2 \
|
||||||
|
%endif
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user