[Webkit-unassigned] [Bug 132220] [GTK] GObject introspection links to installed libs when using jhbuild
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 26 12:03:01 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=132220
--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> 2014-04-26 12:03:20 PST ---
(In reply to comment #2)
> (From update of attachment 230240 [details])
> Seems reasonable, though I wonder if some flags should be passed through. What is the value of LDFLAGS that is causing the incorrect link.
$ jhbuild run env | grep LDFLAGS
LDFLAGS=-L/home/cgarcia/gnome/lib64
That's added later guessed from the deps. We are already overriding the CFLAGS as well. jhbuild sets the LDFLAGS env var to make sure the programs compiled during configure build against the jhbuild environment. Note that this only affects the temporary files compiled by gobject-introspection to generate the gir files, so I'm pretty sure it's safe to override the 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