[Webkit-unassigned] [Bug 181695] Possible to build both libjavascriptcoregtk and libwebkit2gtk as static libs only?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 24 10:26:40 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=181695

--- Comment #12 from Stefan Fröberg <sfroberg13 at yahoo.com> ---
Thanks Michael :-)

I have now my test app and all the three Process binaries also in the same directory and opening HTTP site works :-)

However, HTTPS does not work :-(

Looking into it, it seems that WebKit uses libsoup and that uses glib-networking which in turn seems to dynamically load /usr/lib/gio/modules/libgiognutls.so with Glib's GIO infrastructure. 

Now, I could make a static version, /usr/lib/gio/modules/libgiognutls.a and link into my app without problem but I have no clue how to make libsoup+glib-networking combo to use it...

What exactly are the roles of libsoup and glib-networking ? 
Does libsoup handle the http or is it glib-networks job? 

Could I maybe directly inject the https handling code (gnutls) to either one, without needing to use dlopen and shared GIO module libgiognutls.so ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180124/2d59fe1b/attachment-0001.html>


More information about the webkit-unassigned mailing list