From 9ead7b0e5fb0bfe409ea9ad4b95154cee4575045 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Aug 2015 13:24:11 +0200 Subject: [PATCH] Disable parallel make Turn off parallel make for now to fix the build. Looks like an issue with generating gir. --- cogl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl.spec b/cogl.spec index 2965bd6..cf7a216 100644 --- a/cogl.spec +++ b/cogl.spec @@ -106,7 +106,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" --enable-xlib-egl-platform \ %{?with_tests:--enable-installed-tests} -make %{?_smp_mflags} V=1 +make V=1 %install %make_install