SHA256
1
0
forked from pool/xapian-core
Raymond Wooninck 2014-04-28 08:11:49 +00:00 committed by Git OBS Bridge
parent 53625549cf
commit a8f92aa611
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