]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - qt/patches/qt-everywhere-opensource-src-4.8.0-ld-gold.patch
python3-cairo: New package.
[people/amarx/ipfire-3.x.git] / qt / patches / qt-everywhere-opensource-src-4.8.0-ld-gold.patch
1 diff -up qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri.me qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri
2 --- qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri.me 2012-01-24 13:05:50.460890750 +0100
3 +++ qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri 2012-01-24 13:19:08.836799974 +0100
4 @@ -3,12 +3,12 @@
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 +#linux-g++ {
15 +#isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
16 +# message(Using gold linker)
17 +# QMAKE_LFLAGS+=-fuse-ld=gold
18 +#}
19 +#}
20
21 # We use this flag on production branches
22 # See https://bugs.webkit.org/show_bug.cgi?id=60824