[Webkit-unassigned] [Bug 127059] webkit-gtk-2.3.4 fails to link JavaScriptCore, missing symbols add_history and readline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 23 12:20:56 PST 2014


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


Alberto Garcia <berto at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |berto at igalia.com




--- Comment #2 from Alberto Garcia <berto at igalia.com>  2014-01-23 12:18:23 PST ---
Ok, I see the problem, this was r161853.

It's probably enough with something like this in Source/JavaScriptCore/GNUmakefile.am

if OS_DARWIN
Programs_jsc_LDADD += -ledit
endif

Can you give it a try and upload the patch if it works?

-- 
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