Ignore:
Timestamp:
Dec 13, 2007, 11:38:13 AM (17 years ago)
Author:
[email protected]
Message:

2007-12-13 Alp Toker <[email protected]>

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r28534 r28692  
    99qt-port:DEFINES += BUILDING_QT__
    1010gtk-port:DEFINES += BUILDING_GTK__
     11
     12# http://bugs.webkit.org/show_bug.cgi?id=16406
     13# [Gtk] JavaScriptCore needs -lpthread
     14gtk-port:!win32-*:LIBS += -lpthread
    1115
    1216win32-msvc*: INCLUDEPATH += $$PWD/os-win32
Note: See TracChangeset for help on using the changeset viewer.