]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- make -j1 or it sometime tries do link with library that wasn't compiled yet auto/ti/DirectFB-1_2_7-5
authorhawk <hawk@pld-linux.org>
Sat, 27 Feb 2010 21:08:56 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB.spec -> 1.92

DirectFB.spec

index ec2ce83a8622c75db8e71ca9e4ee3e4b7c7c9988..93348a90d70f80d1914c50eceda8a76c0c598e4a 100644 (file)
@@ -7,7 +7,7 @@ Summary:        DirectFB - Hardware graphics acceleration
 Summary(pl.UTF-8):     DirectFB - Wspomaganie grafiki
 Name:          DirectFB
 Version:       1.2.7
-Release:       4
+Release:       5
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
@@ -321,7 +321,7 @@ Sterownik wejściowy do touchscreenów WM97xx dla DirectFB.
        --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"
 
@@ -329,7 +329,7 @@ Sterownik wejściowy do touchscreenów WM97xx dla DirectFB.
 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}
This page took 0.276048 seconds and 4 git commands to generate.