]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- make -j1
authorlisu <lisu@pld-linux.org>
Tue, 12 Apr 2011 20:27:17 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib.spec -> 1.136

ClanLib.spec

index ebb33095013a241c19b14f99279d632d35f49e8c..d99d5738e2b86609721b4412e488d8053759d71b 100644 (file)
@@ -329,10 +329,10 @@ Dokumentacja programisty do biblioteki ClanLib
        --%{?debug:en}%{!?debug:dis}able-debug
 
 export PKG_CONFIG_PATH=$(pwd)/Setup/pkgconfig
-%{__make}
+%{__make} -j1
 
 (cd Documentation/Utilities/ReferenceDocs; ln -s ../../../Sources/API ClanLib)
-%{__make} html \
+%{__make} -j1 html \
        PKG_CONFIG_PATH=$(pwd)/Setup/pkgconfig
 
 %install
This page took 0.069221 seconds and 4 git commands to generate.