projects
/
qtwebkit-opensource-src.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae5077
)
fix_nonlinux_glibc_linkage
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Wed, 1 Apr 2015 17:44:29 +0000
(17:44 +0000)
committer
Felix Geyer
<fgeyer@debian.org>
Wed, 1 Apr 2015 17:44:29 +0000
(17:44 +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
patch
|
blob
|
history
diff --git
a/Source/WebKit2/WebKit2.pri
b/Source/WebKit2/WebKit2.pri
index e8d4b80d0024390baad412a415a3a4ecbfe091e5..bb2be0e5cbf6fca228bb5e3884cd8bae24eac034 100644
(file)
--- a/
Source/WebKit2/WebKit2.pri
+++ b/
Source/WebKit2/WebKit2.pri
@@
-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
}