[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
eric at webkit.org
eric at webkit.org
Wed Jan 20 22:29:35 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 87af1902394c6a961ab7044e690ab5bb46292c20
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 19 22:14:29 2010 +0000
2010-01-19 Kristian Amlie <kristian.amlie at nokia.com>
Reviewed by Laszlo Gombos.
[Qt] Fix qmake warning with qmake in Qt for Symbian
https://bugs.webkit.org/show_bug.cgi?id=33786
* WebCore.pro: Use QMAKE_LFLAGS instead of MMP_RULES.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53493 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4b46fa9..e59a3d4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-19 Kristian Amlie <kristian.amlie at nokia.com>
+
+ Reviewed by Laszlo Gombos.
+
+ [Qt] Fix qmake warning with qmake in Qt for Symbian
+ https://bugs.webkit.org/show_bug.cgi?id=33786
+
+ * WebCore.pro: Use QMAKE_LFLAGS instead of MMP_RULES.
+
2010-01-19 Daniel Bates <dbates at rim.com>
Reviewed by Darin Adler.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index e3a8c06..f8a71bb 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -26,7 +26,7 @@ symbian: {
MMP_RULES += "USERINCLUDE platform/text"
# RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
# Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
- MMP_RULES += "LINKEROPTION armcc --rw-base 0xE00000"
+ QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
MMP_RULES += ALWAYS_BUILD_AS_ARM
QMAKE_CXXFLAGS.ARMCC += -OTime -O3
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list