packages: mnogosearch/mnogosearch.spec - parrallel build fails, force -j1

sparky sparky at pld-linux.org
Sat May 22 23:13:45 CEST 2010


Author: sparky                       Date: Sat May 22 21:13:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- parrallel build fails, force -j1

---- Files affected:
packages/mnogosearch:
   mnogosearch.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: packages/mnogosearch/mnogosearch.spec
diff -u packages/mnogosearch/mnogosearch.spec:1.99 packages/mnogosearch/mnogosearch.spec:1.100
--- packages/mnogosearch/mnogosearch.spec:1.99	Mon Apr 26 09:45:15 2010
+++ packages/mnogosearch/mnogosearch.spec	Sat May 22 23:13:39 2010
@@ -197,7 +197,7 @@
 # --with-readline (for SQL monitor) ?
 # --wiht-extra-charsets=big5,gb2312,gbk,japanese,euc-kr,gujarati,tscii ?
 
-%{__make}
+%{__make} -j1
 
 #  --with-solid[=DIR]	  Include Solid support.  DIR is the Solid base
 #  --with-openlink[=DIR]   Include OpenLink ODBC support.
@@ -215,7 +215,7 @@
 install -d $RPM_BUILD_ROOT{%{_localstatedir},%{htmldir},%{cgidir},%{_sysconfdir}} \
 	$RPM_BUILD_ROOT{/etc/cron.daily,%{_infodir}}
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	doc_FILES='$(HTML_ALL)'
 
@@ -306,6 +306,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2010/05/22 21:13:39  sparky
+- parrallel build fails, force -j1
+
 Revision 1.99  2010/04/26 07:45:15  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mnogosearch/mnogosearch.spec?r1=1.99&r2=1.100&f=u



More information about the pld-cvs-commit mailing list