[mingw-webkitgtk] Disable parallel make

Kalev Lember kalev at fedoraproject.org
Fri Mar 30 23:43:43 UTC 2012


commit 8dbab7a6a1840e76f15b8cf5022d32d8d9ff4f98
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Mar 31 02:42:01 2012 +0300

    Disable parallel make
    
    libtool: link: cannot find the library `libjavascriptcoregtk-1.0.la' or unhandled argument `libjavascriptcoregtk-1.0.la'

 mingw-webkitgtk.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mingw-webkitgtk.spec b/mingw-webkitgtk.spec
index 001e20b..f42ccd9 100644
--- a/mingw-webkitgtk.spec
+++ b/mingw-webkitgtk.spec
@@ -171,7 +171,8 @@ autoreconf --verbose --install -I Source/autotools
 %{?with_debug:		--enable-debug			}	\
 %{?with_jit:		--enable-jit			}
 
-%mingw_make %{?_smp_mflags} V=99
+# %%{?_smp_mflags} disabled to avoid parallel make issues
+%mingw_make V=99
 
 
 %install


More information about the scm-commits mailing list