Bug 138833 - [GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built version of libraries when running the temporary executable
Summary: [GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built version of...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 138832
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-18 05:41 PST by Ting-Wei Lan
Modified: 2014-11-25 06:28 PST (History)
2 users (show)

See Also:


Attachments
[GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built version of libraries when running the temporary executable (2.51 KB, patch)
2014-11-18 05:43 PST, Ting-Wei Lan
cgarcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2014-11-18 05:41:29 PST
In order to make sure the dynamic linker find the
correct version of libraries when running the temporary
executable to generate the .gir file, we may need to
modify the LD_LIBRARY_PATH variable.
Comment 1 Ting-Wei Lan 2014-11-18 05:43:09 PST
Created attachment 241785 [details]
[GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built version of libraries when running the temporary executable
Comment 2 Alberto Garcia 2014-11-25 06:04:52 PST
looks good to me, thanks!
Comment 3 Ting-Wei Lan 2014-11-25 06:18:21 PST
I hope we can resolve bug 138832, too ...
Comment 4 Alberto Garcia 2014-11-25 06:28:59 PST
Committed r176540: <http://trac.webkit.org/changeset/176540>