]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- ...but --without gui can build parallel
authorSzymon Siwek <sls@pld-linux.org>
Wed, 15 Oct 2008 16:25:39 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenIPMI.spec -> 1.54

OpenIPMI.spec

index d493c0ddc1498990398d3790964c21c457f4e1d9..a5b6e8f2efb6167d5cb850b911a873d83c223b3f 100644 (file)
@@ -125,7 +125,7 @@ CPPFLAGS="-I/usr/include/ncurses"
        --with-pythoninstalllib=%{py_sitedir} \
        --without-glib12 \
        %{!?with_gui:--without-tkinter}
-%{__make} -j1
+%{__make} %{?with_gui:-j1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.107115 seconds and 4 git commands to generate.