Magellan Linux

Annotation of /trunk/qt4/patches/qt-4.8.3-no-use-ld-gold.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1902 - (hide annotations) (download)
Mon Oct 8 09:04:45 2012 UTC (11 years, 8 months ago) by niro
File size: 789 byte(s)
-do not enable gold for webkit
1 niro 1902 diff -urN qt-everywhere-opensource-src-4.8.1.orig/src/3rdparty/webkit/Source/common.pri qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/common.pri
2     --- qt-everywhere-opensource-src-4.8.1.orig/src/3rdparty/webkit/Source/common.pri 2012-04-28 12:39:16.884473572 +0200
3     +++ qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/common.pri 2012-04-28 12:41:14.245006363 +0200
4     @@ -3,13 +3,6 @@
5     contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
6     contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
7    
8     -linux-g++ {
9     -isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
10     - message(Using gold linker)
11     - QMAKE_LFLAGS+=-fuse-ld=gold
12     -}
13     -}
14     -
15     # We use this flag on production branches
16     # See https://bugs.webkit.org/show_bug.cgi?id=60824
17     CONFIG += production