Bug 157268 - [CMake] MiniBrowser fails to build because libsoup link flags are not defined.
Summary: [CMake] MiniBrowser fails to build because libsoup link flags are not defined.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 10:10 PDT by Carlos Alberto Lopez Perez
Modified: 2016-05-02 11:58 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.04 KB, patch)
2016-05-02 11:06 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2016-05-02 10:10:17 PDT
While building a custom build of WebKitGTK+ 2.10.x I found this:

Linking C executable ../../../bin/MiniBrowser
CMakeFiles/MiniBrowser.dir/BrowserWindow.c.o:BrowserWindow.c:function webViewLoadFailedWithTLSerrors: error: undefined reference to 'soup_uri_new'
CMakeFiles/MiniBrowser.dir/BrowserWindow.c.o:BrowserWindow.c:function webViewLoadFailedWithTLSerrors: error: undefined reference to 'soup_uri_free'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/MiniBrowser] Error 1
Comment 1 Carlos Alberto Lopez Perez 2016-05-02 11:06:56 PDT
Created attachment 277913 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-02 11:58:53 PDT
Comment on attachment 277913 [details]
Patch

Clearing flags on attachment: 277913

Committed r200329: <http://trac.webkit.org/changeset/200329>
Comment 3 WebKit Commit Bot 2016-05-02 11:58:59 PDT
All reviewed patches have been landed.  Closing bug.