commit 6c5e6a74edf65b0207900899150512821721c4d3
Author: Arkadiusz Miƛkiewicz <ar...@maven.pl>
Date:   Mon Mar 2 11:42:36 2020 +0100

    - reenable parallel build/install

 poldek.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/poldek.spec b/poldek.spec
index 037cc08..27cd0ba 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -260,7 +260,7 @@ CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline 
-D_GNU_SOURCE=1"
        --with-pkglibdir=%{_libexecdir} \
        --enable-nls \
        %{?with_python:--with-python}
-%{__make} -j1
+%{__make}
 #      --enable-trace
 
 %if %{with python}
@@ -275,13 +275,13 @@ CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline 
-D_GNU_SOURCE=1"
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/var/cache/%{name}
 
-%{__make} install -j1 \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install -p %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/poldek-config
 
 %if %{with python}
-%{__make} -C python -j1 install \
+%{__make} -C python install \
        DESTDIR=$RPM_BUILD_ROOT \
        py_sitedir=%{py_sitedir}
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/6c5e6a74edf65b0207900899150512821721c4d3

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to