[packages/guile-sdl] - use non-parallel make, build is racy

qboosh qboosh at pld-linux.org
Fri Sep 6 16:19:04 CEST 2013


commit b086f4305ecf00653318be90ef7b9368b80219be
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Sep 6 16:18:54 2013 +0200

    - use non-parallel make, build is racy

 guile-sdl.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/guile-sdl.spec b/guile-sdl.spec
index d8739e8..0a0c72d 100644
--- a/guile-sdl.spec
+++ b/guile-sdl.spec
@@ -70,7 +70,8 @@ SDL_mixer. Dołączone są także wiązania do biblioteki SDL_gfx.
 %{__autoheader}
 %{__automake}
 %configure
-%{__make}
+# build is racy (generating some files vs compilation)
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/guile-sdl.git/commitdiff/b086f4305ecf00653318be90ef7b9368b80219be



More information about the pld-cvs-commit mailing list