[packages/telepathy-salut] - install seems racy, use -j1

qboosh qboosh at pld-linux.org
Tue Sep 11 15:53:50 CEST 2012


commit 9b426b9d2a0cc6e1d8f6869c832d7c12c82dba15
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Sep 11 15:54:25 2012 +0200

    - install seems racy, use -j1

 telepathy-salut.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/telepathy-salut.spec b/telepathy-salut.spec
index 0b35294..3045d81 100644
--- a/telepathy-salut.spec
+++ b/telepathy-salut.spec
@@ -60,7 +60,8 @@ Ten pakiet udostępnia funkcjonalność XMPP link-local dla Telepathy.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+# -j1 because of some race when installing libsalut-plugins.so and relinking its dependencies
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # private shared libraries, .la file/.so symlink not needed
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/telepathy-salut.git/commitdiff/9b426b9d2a0cc6e1d8f6869c832d7c12c82dba15



More information about the pld-cvs-commit mailing list