[webkitgtk3] fix build

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 18 01:17:05 UTC 2012


commit 67c45696b4d305986a8498cd164524e886a9e924
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Jan 17 20:17:03 2012 -0500

    fix build

 webkitgtk3.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 10a5374..333d872 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -97,9 +97,10 @@ CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANA
 
 mkdir -p DerivedSources/webkit
 mkdir -p DerivedSources/WebCore
+mkdir -p DerivedSources/ANGLE
 
 # no %%{_smp_mflags} because of http://bugs.webkit.org/show_bug.cgi?id=34846
-make
+make V=1
 
 # docs need to be built separately
 #pushd Source/WebKit/gtk/docs


More information about the scm-commits mailing list