packages: sphinx/sphinx.spec - parallel build broken

arekm arekm at pld-linux.org
Wed Oct 28 21:31:30 CET 2009


Author: arekm                        Date: Wed Oct 28 20:31:30 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- parallel build broken

---- Files affected:
packages/sphinx:
   sphinx.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: packages/sphinx/sphinx.spec
diff -u packages/sphinx/sphinx.spec:1.18 packages/sphinx/sphinx.spec:1.19
--- packages/sphinx/sphinx.spec:1.18	Wed Oct 28 21:31:01 2009
+++ packages/sphinx/sphinx.spec	Wed Oct 28 21:31:25 2009
@@ -136,7 +136,7 @@
 	--with%{!?with_libstemmer:out}-libstemmer \
 	--with%{!?with_pgsql:out}-pgsql \
 	--with%{!?with_mysql:out}-mysql
-%{__make}
+%{__make} -j1
 
 # libsphinxclient
 cd api/libsphinxclient
@@ -147,7 +147,7 @@
 %{__automake}
 CPPFLAGS=-D_FILE_OFFSET_BITS=64
 %configure
-%{__make}
+%{__make} -j1
 cd ../..
 
 # java api
@@ -160,7 +160,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/rc.d/init.d}
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/example.sql
@@ -244,6 +244,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2009/10/28 20:31:25  arekm
+- parallel build broken
+
 Revision 1.18  2009/10/28 20:31:01  arekm
 - up to 0.9.8.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sphinx/sphinx.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list