diff options
author | gunsch <gunsch@chromium.org> | 2015-01-27 20:06:02 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-28 04:07:36 +0000 |
commit | 72d93fc433506bf0df2d3d45a02cd623aeb5ff80 (patch) | |
tree | ac4f994c33328e61afc1f55a8a6ef92e3b13ebd2 /chromecast | |
parent | 6575fb417dde94ff8dc9e7aca1c02f7b0bf316a7 (diff) | |
download | chromium_src-72d93fc433506bf0df2d3d45a02cd623aeb5ff80.zip chromium_src-72d93fc433506bf0df2d3d45a02cd623aeb5ff80.tar.gz chromium_src-72d93fc433506bf0df2d3d45a02cd623aeb5ff80.tar.bz2 |
Chromecast: rpath for loading NSS module in cast_shell directory.
R=lcwu@chromium.org,dougsteed@chromium.org
BUG=336640
Review URL: https://codereview.chromium.org/876373004
Cr-Commit-Position: refs/heads/master@{#313424}
Diffstat (limited to 'chromecast')
-rw-r--r-- | chromecast/chromecast.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp index 60de9bf..35cbc1c5 100644 --- a/chromecast/chromecast.gyp +++ b/chromecast/chromecast.gyp @@ -520,6 +520,11 @@ 'sources': [ 'app/cast_main.cc', ], + # TODO(dougsteed): remove when Chromecast moves to boringssl. + # Allow the cast shell to find the NSS module in the same directory. + 'ldflags': [ + '-Wl,-rpath=\$$ORIGIN' + ], }, ], # end of targets }], |