]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- added -j1 to make install, fixes build on ti-i686 and ti-x86_64 master auto/th/STLport-5.2.1-2 auto/ti/STLport-5_2_1-2
authorhawk <hawk@pld-linux.org>
Sun, 21 Jun 2009 17:17:11 +0000 (17:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    STLport.spec -> 1.103

STLport.spec

index c9970601949fb911e3fd2783ee638e0f5a500a79..6e8a72197d704e39ae5ad4d87b8f80be05c2ad7b 100644 (file)
@@ -6,7 +6,7 @@ Summary:        C++ standard library
 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
@@ -133,7 +133,7 @@ subst='
 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}
 
This page took 0.04839 seconds and 4 git commands to generate.