packages: lirc/lirc.spec - parallel build broken
arekm
arekm at pld-linux.org
Wed Apr 28 15:58:25 CEST 2010
Author: arekm Date: Wed Apr 28 13:58:25 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- parallel build broken
---- Files affected:
packages/lirc:
lirc.spec (1.229 -> 1.230)
---- Diffs:
================================================================
Index: packages/lirc/lirc.spec
diff -u packages/lirc/lirc.spec:1.229 packages/lirc/lirc.spec:1.230
--- packages/lirc/lirc.spec:1.229 Wed Apr 28 15:29:38 2010
+++ packages/lirc/lirc.spec Wed Apr 28 15:58:20 2010
@@ -691,7 +691,7 @@
--with-igor
%if %{with userspace}
-%{__make}
+%{__make} -j1
%endif
%if %{with kernel}
@@ -759,7 +759,7 @@
%endif
%if %{with userspace}
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT \
sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}
@@ -1144,6 +1144,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.230 2010/04/28 13:58:20 arekm
+- parallel build broken
+
Revision 1.229 2010/04/28 13:29:38 arekm
- release 15
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lirc/lirc.spec?r1=1.229&r2=1.230&f=u
More information about the pld-cvs-commit
mailing list