summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-11-11 13:40:22 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-11-11 13:40:22 +0300
commit6b4d88d65aca2abd2dd33657d0382c190bc4b18c (patch)
tree81cb73ff452fa7f11c337f5630db48b4cebc468b /debian/changelog
parenteac2436a5b33f28c2e60131655651094fe8de517 (diff)
downloadqt5webkit-6b4d88d65aca2abd2dd33657d0382c190bc4b18c.tar.gz
Fix remaining build issues on x32 architecture.
- Backport upstream patch to use JSVALUE32_64 on x32. - Use gold linker on x32, to avoid undefined reference error. Closes: #881055.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a883b14..31a6aeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,10 @@
qtwebkit-opensource-src (5.212.0~alpha2-6) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
- * Make sure JIT is not enabled on x32.
+ * Fix build on x32 architecture (closes: #881055):
+ - Make sure JIT is not enabled on x32.
+ - Backport upstream patch to use JSVALUE32_64 on x32.
+ - Use gold linker on x32, to avoid undefined reference error.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 08 Nov 2017 17:14:28 +0300