[packages/gstreamer-vaapi] - non-parallel make install

qboosh qboosh at pld-linux.org
Thu Dec 24 08:19:27 CET 2015


commit cd20a05c134e0a660507671feebd13938b207b7d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 24 08:20:43 2015 +0100

    - non-parallel make install

 gstreamer-vaapi.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-vaapi.spec b/gstreamer-vaapi.spec
index 7ec7591..4dc3da6 100644
--- a/gstreamer-vaapi.spec
+++ b/gstreamer-vaapi.spec
@@ -112,7 +112,8 @@ Statyczne biblioteki VA-API GStreamera.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+# race: gstvaapitexture.h is installed by more than one install target
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # gstreamer module
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-vaapi.git/commitdiff/cd20a05c134e0a660507671feebd13938b207b7d



More information about the pld-cvs-commit mailing list