summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-08-27 23:35:53 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-08-27 23:35:53 +0300
commit00f6e25ef26ed1e5af48a8a5e740ce322728ab99 (patch)
tree2659d1e34d16cbfb9e9cb967cdd5be34c636bf5d
parent35b01939f299a2c625c919db45b5f6a3b0b5d050 (diff)
downloadqt5webkit-00f6e25ef26ed1e5af48a8a5e740ce322728ab99.tar.gz
Disable the use of gold linker (causes problems at least on i386).
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5019253..a198bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
* Add a patch to hide WebCore and JSCore symbols from libQt5WebKit.so.5.
* Update libqt5webkit5.symbols from the current ppc64el build log.
* Add a patch to properly detect whether OpenGL ES 2 should be used.
+ * Disable the use of gold linker (causes problems at least on i386).
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 25 Aug 2017 20:50:49 +0300
diff --git a/debian/rules b/debian/rules
index dc515ee..a607b19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ endif
dh $@ --buildsystem=cmake --with pkgkde_symbolshelper
override_dh_auto_configure:
- dh_auto_configure -- -G Ninja -DPORT=Qt $(EXTRA_CMAKE_ARGUMENTS)
+ dh_auto_configure -- -G Ninja -DPORT=Qt -DUSE_LD_GOLD=OFF $(EXTRA_CMAKE_ARGUMENTS)
override_dh_auto_build-arch:
dh_auto_build --builddirectory=obj-$(DEB_HOST_GNU_TYPE) -O--buildsystem=ninja