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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 31 20:58:11 PDT 2014


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





--- Comment #7 from Ting-Wei Lan <lantw44 at gmail.com>  2014-08-31 20:58:14 PST ---
(In reply to comment #6)
> 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"'

I don't use build-webkit script. I use cmake directly inside the GNOME JHBuild environment. The command I used to build it is

cmake -DCMAKE_BUILD_TYPE=Release -DPORT=GTK

JHBuild already sets many needed environment variables, including LDFLAGS="-L/home/lantw44/gnome/devinstall/lib -L/usr/local/lib". However, this does not work because LDFLAGS is ignored because of this bug:
https://bugs.webkit.org/show_bug.cgi?id=132220

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