]> git.pld-linux.org Git - packages/PolicyKit.git/commitdiff
- parallel build broken
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Jun 2007 11:58:40 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PolicyKit.spec -> 1.18

PolicyKit.spec

index 10127210770780a33b21f47d3c8475fac3fafae4..2292620ae0b143fc47c6129a3485e1d1b0d1c2eb 100644 (file)
@@ -99,12 +99,12 @@ Statyczne biblioteki PolicyKit.
 %configure \
        --with-html-dir=%{_gtkdocdir} \
        --with-pam-module-dir=/%{_lib}/security
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT/%{_libdir}/PolicyKit/modules/*.{la,a}
This page took 0.09887 seconds and 4 git commands to generate.