[packages/gupnp-dlna] - no parallel install

qboosh qboosh at pld-linux.org
Tue Jun 11 17:18:09 CEST 2013


commit 5d8da897568e310516521f29fa8cff149557284f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jun 11 17:18:08 2013 +0200

    - no parallel install

 gupnp-dlna.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gupnp-dlna.spec b/gupnp-dlna.spec
index cab80f2..ee5f41c 100644
--- a/gupnp-dlna.spec
+++ b/gupnp-dlna.spec
@@ -239,7 +239,8 @@ Statyczna biblioteka GUPnP-DLNA dla GStreamera.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+# (re)linking fails sometimes on parallel installs
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{!?with_apidocs:%{__rm} -r $RPM_BUILD_ROOT%{_gtkdocdir}}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gupnp-dlna.git/commitdiff/5d8da897568e310516521f29fa8cff149557284f



More information about the pld-cvs-commit mailing list