summaryrefslogtreecommitdiff
path: root/debian/patches/fix_nonlinux_glibc_linkage.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix_nonlinux_glibc_linkage.diff')
-rw-r--r--debian/patches/fix_nonlinux_glibc_linkage.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/fix_nonlinux_glibc_linkage.diff b/debian/patches/fix_nonlinux_glibc_linkage.diff
deleted file mode 100644
index 566389a..0000000
--- a/debian/patches/fix_nonlinux_glibc_linkage.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-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
- }