]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- drop -j1 (did not fix the problem)
authorlisu <lisu@pld-linux.org>
Tue, 12 Apr 2011 21:26:04 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib.spec -> 1.138

ClanLib.spec

index f85ea557f7a11b597bab08cf51f38d4c058f1e54..669e56a96088ba448c0d231b999d4e9beb91b4ae 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} -j1
+%{__make}
 
 (cd Documentation/Utilities/ReferenceDocs; ln -s ../../../Sources/API ClanLib)
-%{__make} -j1 html \
+%{__make} html \
        PKG_CONFIG_PATH=$(pwd)/Setup/pkgconfig
 
 %install
This page took 0.035986 seconds and 4 git commands to generate.