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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 1 04:18:58 PDT 2014


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





--- Comment #8 from Carlos Alberto Lopez Perez <clopez at igalia.com>  2014-09-01 04:19:02 PST ---
(In reply to comment #7)
> (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
> 

Try with any (or both) of this:
cmake [...] -DCMAKE_EXE_LINKER_FLAGS="$(LDFLAGS)" -DCMAKE_MODULE_LINKER_FLAGS="$(LDFLAGS)"

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