Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: plugin/build.scons

Issue 174369: Linux: fix a couple problems that Lintian reports for the .deb file:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/linux/generic/setup.sh ('k') | site_scons/site_tools/component_builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/build.scons
===================================================================
--- plugin/build.scons (revision 24133)
+++ plugin/build.scons (working copy)
@@ -245,6 +245,10 @@
'linux/main_linux.cc',
'linux/config.cc',
]
+ # This sets the rpath property on the generated shared object, which specifies
+ # additional paths that the run-time linker/loader will search for its
+ # dependent shared libraries. We install libGLEW, libCg, and libCgGL to here.
+ env.Append(RPATH=['/opt/google/o3d/lib'])
# SCons doesn't really know about MacOSX bundles, so we need to override a
« no previous file with comments | « installer/linux/generic/setup.sh ('k') | site_scons/site_tools/component_builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698