[Webkit-unassigned] [Bug 136018] Fail to build WebKitGTK+ trunk on FreeBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 31 09:40:48 PDT 2014


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





--- Comment #6 from Carlos Alberto Lopez Perez <clopez at igalia.com>  2014-08-31 09:40:52 PST ---
You have to set LDFLAGS, CXXFLAGS or CCFLAGS inside the "--makeargs=" option of the script Tools/Scripts/build-webkit. Check: Tools/Scripts/build-webkit --help

Try this:

Tools/Scripts/build-webkit --gtk --release --makeargs='LDFLAGS="-L/usr/local/lib"'

If this does not work, then try setting also --cmakeargs='LDFLAGS="-L/usr/local/lib"'

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