[SCM] qt5webkit packaging branch, master, updated. debian/5.3.1+dfsg-2-1-gd470b03
Sune Vuorela
pusling-guest at moszumanska.debian.org
Thu Aug 7 19:26:38 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=d470b03
The following commit has been merged in the master branch:
commit d470b038998fa4b28b06705f6509815c7d1dd130
Author: Sune Vuorela <sune at vuorela.dk>
Date: Thu Aug 7 21:26:35 2014 +0200
Link with -rt on hurd and kfreebsd. #757161
---
debian/changelog | 6 ++++++
debian/patches/fix_nonlinux_glibc_linkage.diff | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index aabfacc..a3d5e02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qtwebkit-opensource-src (5.3.1+dfsg-2.1) UNRELEASED; urgency=medium
+
+ * Link with -rt on hurd and kfreebsd. #757161
+
+ -- Sune Vuorela <sune at debian.org> Thu, 07 Aug 2014 21:24:25 +0200
+
qtwebkit-opensource-src (5.3.1+dfsg-2) unstable; urgency=medium
* Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA (Closes: #753409).
diff --git a/debian/patches/fix_nonlinux_glibc_linkage.diff b/debian/patches/fix_nonlinux_glibc_linkage.diff
new file mode 100644
index 0000000..566389a
--- /dev/null
+++ b/debian/patches/fix_nonlinux_glibc_linkage.diff
@@ -0,0 +1,16 @@
+Author: Sune Vuorela
+Description: Ensures we link with rt on all the platforms where we
+have glibc. Not yet upstreamed. Requires a upstreamming of the gnukfreebsd patch
+Index: b/Source/WebKit2/WebKit2.pri
+===================================================================
+--- a/Source/WebKit2/WebKit2.pri
++++ b/Source/WebKit2/WebKit2.pri
+@@ -75,7 +75,7 @@
+
+ INCLUDEPATH += $$WEBKIT2_GENERATED_SOURCES_DIR
+
+-linux-*:!android {
++linux-*:!android|hurd-*|gnukfreebsd-* {
+ # -lrt is required for shm_open and shm_unlink.
+ LIBS += -lrt
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 56ad92f..ffb1f9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ no_gc_sections.diff
hurd.diff
webkit_qt_hide_symbols.diff
hppa_wtf-dtoa-utils.diff
+fix_nonlinux_glibc_linkage.diff
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list