]> git.pld-linux.org Git - packages/papi.git/commitdiff
- disable parallel build auto/th/papi-1.0-0.beta.2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Dec 2012 11:59:02 +0000 (12:59 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Dec 2012 11:59:02 +0000 (12:59 +0100)
papi.spec

index 5ae1a3c8fd628047643fa8509417aff1c6861427..c549edd2d5a6c76377b18a897527ca180673563c 100644 (file)
--- a/papi.spec
+++ b/papi.spec
@@ -114,12 +114,13 @@ CPPFLAGS="$(apr-1-config --cppflags) $(apu-1-config --includes)"
        --with-apache=%{_prefix} \
        --includedir=%{_includedir}/papi \
        --enable-static
-%{__make}
+
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 # modules dlopened by psm-*.so
This page took 0.103797 seconds and 4 git commands to generate.