[qtwebkit/el6] backport #ifndef s390 piece just in case

Rex Dieter rdieter at fedoraproject.org
Mon May 23 19:48:01 UTC 2011


commit 29d52968d0fd2204758862b5acc58ac59966733a
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon May 23 14:47:38 2011 -0500

    backport #ifndef s390 piece just in case

 qtwebkit.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/qtwebkit.spec b/qtwebkit.spec
index 92f5744..280bf4d 100644
--- a/qtwebkit.spec
+++ b/qtwebkit.spec
@@ -66,7 +66,10 @@ Provides:  qt4-webkit-devel%{?_isa} = 2:%{version}-%{release}
 
 #patch1 -p1 -b .use_phonon
 %patch2 -p1 -b .pluginpath
+# workaround memory exhaustion during linking of libQtWebKit
+%ifnarch s390
 %patch3 -p1 -b .javascriptcore_debuginfo
+%endif
 
 # build script assumes this is present
 mkdir WebKitLibraries ||:


More information about the scm-commits mailing list