http://bugs.webkit.org/show_bug.cgi?id=16406
[Gtk] JavaScriptCore needs -lpthread
Build fix for Debian and any other platforms that don't implicitly
link to pthread.
Link to pthread on non-Windows platforms until this dependency is
removed from JSC.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28692
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-13 Alp Toker <alp@atoker.com>
+
+ http://bugs.webkit.org/show_bug.cgi?id=16406
+ [Gtk] JavaScriptCore needs -lpthread
+
+ Build fix for Debian and any other platforms that don't implicitly
+ link to pthread.
+
+ Link to pthread on non-Windows platforms until this dependency is
+ removed from JSC.
+
2007-12-11 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
qt-port:DEFINES += BUILDING_QT__
gtk-port:DEFINES += BUILDING_GTK__
+# http://bugs.webkit.org/show_bug.cgi?id=16406
+# [Gtk] JavaScriptCore needs -lpthread
+gtk-port:!win32-*:LIBS += -lpthread
+
win32-msvc*: INCLUDEPATH += $$PWD/os-win32
isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = tmp