Changeset 109754 in webkit


Ignore:
Timestamp:
Mar 5, 2012 8:55:37 AM (12 years ago)
Author:
joone.hur@collabora.co.uk
Message:

[GTK] zlib link error with --enable-webkit2
https://bugs.webkit.org/show_bug.cgi?id=79877

Reviewed by Martin Robinson.

zlib should be linked properly.

  • GNUmakefile.am: Link $(ZLIB_LIBS) with libwebkit2gtk instead of

linking it with WebKitWebProcess.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r109750 r109754  
     12012-03-05  Joone Hur  <joone.hur@collabora.co.uk>
     2
     3        [GTK] zlib link error with --enable-webkit2
     4        https://bugs.webkit.org/show_bug.cgi?id=79877
     5
     6        Reviewed by Martin Robinson.
     7
     8        zlib should be linked properly.
     9
     10        * GNUmakefile.am: Link $(ZLIB_LIBS) with libwebkit2gtk instead of
     11        linking it with WebKitWebProcess.
     12
    1132012-03-05  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/Source/WebKit2/GNUmakefile.am

    r109750 r109754  
    11091109        $(UNICODE_LIBS) \
    11101110        $(XRENDER_LIBS) \
    1111         $(XT_LIBS)
     1111        $(XT_LIBS) \
     1112        $(ZLIB_LIBS)
    11121113
    11131114if ENABLE_WEBKIT2
     
    12791280        $(GTK_LIBS) \
    12801281        $(GTK_UNIX_PRINTING_LIBS) \
    1281         $(LIBSOUP_LIBS) \
    1282         $(ZLIB_LIBS)
     1282        $(LIBSOUP_LIBS)
    12831283
    12841284Programs_WebKitWebProcess_LDFLAGS = \
     
    13251325        $(UNICODE_CFLAGS) \
    13261326        $(XRENDER_CFLAGS) \
    1327         $(XT_CFLAGS) \
    1328         $(ZLIB_LIBS)
     1327        $(XT_CFLAGS)
    13291328
    13301329libexec_PROGRAMS += \
Note: See TracChangeset for help on using the changeset viewer.