[packages/libpthread_workqueue] - no parallel make

qboosh qboosh at pld-linux.org
Sat Sep 14 23:18:42 CEST 2013


commit 551002bcbebeb7e7dba0b23758931783aa8ffb88
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 14 23:18:50 2013 +0200

    - no parallel make

 libpthread_workqueue.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libpthread_workqueue.spec b/libpthread_workqueue.spec
index 7c27a8e..be7b0c3 100644
--- a/libpthread_workqueue.spec
+++ b/libpthread_workqueue.spec
@@ -16,7 +16,6 @@ pthread_workqueue API first introduced in Mac OS X. It is primarily
 intended for use with libdispatch but can be used as a general purpose
 thread pool library for C programs.
 
-
 %description -l pl.UTF-8
 libpthread_workqueue to przenośna implementacja API pthread_workqueue,
 które pojawiło się po raz pierwszy w systemie Mac OS X. Głównym celem
@@ -59,7 +58,8 @@ LDFLAGS="%{rpmldflags}" \
 ./configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir}
-%{__make}
+# build is racy
+%{__make} -j1
 
 %{__make} libpthread_workqueue.a
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libpthread_workqueue.git/commitdiff/551002bcbebeb7e7dba0b23758931783aa8ffb88



More information about the pld-cvs-commit mailing list