SHA256
1
0
forked from pool/xapian-core

Accepting request 231654 from server:search

Switch off the SSE instruction set for 32bit builds.

OBS-URL: https://build.opensuse.org/request/show/231654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xapian-core?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2014-05-01 05:53:49 +00:00 committed by Git OBS Bridge
commit 6e8cdb76ab
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 28 08:10:37 UTC 2014 - tittiatcoke@gmail.com
- Switch the SSE instruction set of for x86 builds.
-------------------------------------------------------------------
Wed Jan 29 22:10:21 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -88,7 +88,12 @@ files needed for building packages which use Xapian
%setup -q
%build
%configure --docdir=%{_docdir}/%{name}/
%configure \
%ifarch i586
--disable-sse \
%endif
--docdir=%{_docdir}/%{name}/
make %{?_smp_mflags}
%install