Bug 138833

Summary: [GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built version of libraries when running the temporary executable
Product: WebKit Reporter: Ting-Wei Lan <lantw44>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, cgarcia
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Other   
Bug Depends on: 138832    
Bug Blocks:    
Attachments:
Description Flags
[GTK] Use LD_LIBRARY_PATH to make g-ir-scanner use the newly-built version of libraries when running the temporary executable cgarcia: review+

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>