forked from pool/xapian-core
This commit is contained in:
parent
53625549cf
commit
a8f92aa611
@ -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
|
Wed Jan 29 22:10:21 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -88,7 +88,12 @@ files needed for building packages which use Xapian
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%{_docdir}/%{name}/
|
%configure \
|
||||||
|
%ifarch i586
|
||||||
|
--disable-sse \
|
||||||
|
%endif
|
||||||
|
--docdir=%{_docdir}/%{name}/
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user