[Webkit-unassigned] [Bug 42286] [EFL] Add support for using libcurl network backend.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 14:40:03 PDT 2010


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


Antonio Gomes <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #6 from Antonio Gomes <tonikitoo at webkit.org>  2010-07-16 14:40:03 PST ---

> Yes, I don't know why but the FindXml defines DIR instead of DIRS (which is the default). This was wrong but somehow worked before trying the curl backend.

Ok. Keep it

> > > @@ -80,7 +88,7 @@ SET(EWebLauncher_LIBRARIES
> > >      ${EVAS_LIBRARIES}
> > >      ${Gdk_LIBRARIES}
> > >      ${Glib_LIBRARIES}
> > > -    ${LIBSOUP24_LIBRARIES}
> > > +    ${GTHREAD_LIBRARIES}
> > 
> > If you are trying to make glib optional, adding gthread unconditionally is what you want?
> 
> Same here, I think libsoup was adding the -lgthread flag automatically and that's how it was working before. But now in order to keep it compiling, it's necessary to add this gthread flag, since we still didn't remove glib completely. This is done in the next patch (I've just sent it).

if we commit this patch without the gthread part, does your build get broken? for both curl or soup?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list