]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- make install with parallel jobs is broken AC-branch auto/ac/DirectFB-1_0_0-4
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 Oct 2007 22:00:49 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable configure options which aren't really needed

Changed files:
    DirectFB.spec -> 1.68.2.9

DirectFB.spec

index 5adba0c8e95322d4da3f7b093c77d8a2658cc1e8..69a607cb080468a29f0c44f23b6ffaaf8b8db952 100644 (file)
@@ -21,7 +21,7 @@ Summary:      DirectFB - Hardware graphics acceleration
 Summary(pl):   DirectFB - Wspomaganie grafiki
 Name:          DirectFB
 Version:       1.0.0
-Release:       3
+Release:       4
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
@@ -295,8 +295,6 @@ Sterownik wej
 %configure \
        --with-inputdrivers=dynapro,elo-input,gunze,joystick,keyboard,linuxinput,lirc,mutouch,penmount,ps2mouse,serialmouse,sonypijogdial,ucb1x00,wm97xx \
        %{!?debug:--disable-debug} \
-       --disable-maintainer-mode \
-       --enable-fast-install \
        --enable-linux-input \
        %{?with_multi:--enable-multi} \
        --enable-mutouch \
@@ -324,7 +322,7 @@ Sterownik wej
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sysconfdir}}
 
-%{__make} install \
+%{__make} install -j1 \
        DESTDIR=$RPM_BUILD_ROOT
 
 cp -rf DFBTutorials* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
This page took 0.047592 seconds and 4 git commands to generate.