fix_nonlinux_glibc_linkage
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 1 Nov 2016 12:04:32 +0000 (12:04 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 1 Nov 2016 12:04:32 +0000 (12:04 +0000)
have glibc. Not yet upstreamed. Requires a upstreamming of the gnukfreebsd patch

Gbp-Pq: Name fix_nonlinux_glibc_linkage.diff

Source/WebKit2/WebKit2.pri

index 3611524e693e080bc52f4089ff1c6986f3a3e574..4971850ac165bad865250acf2847f49704398265 100644 (file)
@@ -75,7 +75,7 @@ INCLUDEPATH += $${ROOT_WEBKIT_DIR}/Source/WTF/wtf/qt
 
 INCLUDEPATH += $$WEBKIT2_GENERATED_SOURCES_DIR
 
-linux-*:!android {
+linux-*:!android|hurd-*|gnukfreebsd-* {
     # -lrt is required for shm_open and shm_unlink.
     LIBS += -lrt
 }