Author: hawk                         Date: Sat Feb 27 21:09:02 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make -j1 or it sometime tries do link with library that wasn't compiled yet

---- Files affected:
packages/DirectFB:
   DirectFB.spec (1.91 -> 1.92) 

---- Diffs:

================================================================
Index: packages/DirectFB/DirectFB.spec
diff -u packages/DirectFB/DirectFB.spec:1.91 
packages/DirectFB/DirectFB.spec:1.92
--- packages/DirectFB/DirectFB.spec:1.91        Thu Jan 28 19:39:57 2010
+++ packages/DirectFB/DirectFB.spec     Sat Feb 27 22:08:56 2010
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8):     DirectFB - Wspomaganie grafiki
 Name:          DirectFB
 Version:       1.2.7
-Release:       4
+Release:       5
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
@@ -322,7 +322,7 @@
        
--with-inputdrivers=dbox2remote,dreamboxremote,dynapro,elo-input,gunze,joystick,keyboard,linuxinput,lirc,mutouch,penmount,ps2mouse,serialmouse,sonypijogdial,tslib,ucb1x00,wm97xx
 \
        %{!?with_static_libs:--disable-static}
 
-%{__make} \
+%{__make} -j1 \
        X11_CFLAGS= \
        X11_LIBS="-lX11 -lXext"
 
@@ -330,7 +330,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sysconfdir}}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 cp -rf DFBTutorials* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -524,6 +524,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.92  2010/02/27 21:08:56  hawk
+- make -j1 or it sometime tries do link with library that wasn't compiled yet
+
 Revision 1.91  2010/01/28 18:39:57  megabajt
 - added -libpng.patch
 - release 4
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/DirectFB/DirectFB.spec?r1=1.91&r2=1.92&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to