packages: STLport/STLport.spec - added -j1 to make install, fixes build on ...

hawk hawk at pld-linux.org
Sun Jun 21 19:17:16 CEST 2009


Author: hawk                         Date: Sun Jun 21 17:17:16 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added -j1 to make install, fixes build on ti-i686 and ti-x86_64
- release 2

---- Files affected:
packages/STLport:
   STLport.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: packages/STLport/STLport.spec
diff -u packages/STLport/STLport.spec:1.102 packages/STLport/STLport.spec:1.103
--- packages/STLport/STLport.spec:1.102	Tue Dec 16 10:23:06 2008
+++ packages/STLport/STLport.spec	Sun Jun 21 19:17:11 2009
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Biblioteki standardowe C++
 Name:		STLport
 Version:	5.2.1
-Release:	1
+Release:	2
 Epoch:		2
 License:	distributable (see README.gz)
 Group:		Libraries
@@ -134,7 +134,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_includedir}
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	INSTALL_LIB_DIR_STLDBG=$RPM_BUILD_ROOT%{_libdir}
 
@@ -198,6 +198,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2009/06/21 17:17:11  hawk
+- added -j1 to make install, fixes build on ti-i686 and ti-x86_64
+- release 2
+
 Revision 1.102  2008/12/16 09:23:06  pluto
 - updated to 5.2.1.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/STLport/STLport.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list