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

Unified Diff: src/scripts/check_deps

Issue 1618007: Add /usr/local/lib to readlibs for test_image and move ldconfig higher for sful (Closed)
Patch Set: Not false Created 10 years, 8 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 | « src/scripts/build_image ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/check_deps
diff --git a/src/scripts/check_deps b/src/scripts/check_deps
index 366bb5c8d78d3f2bff8cdcec50d41ff973df4b78..2a349d9f016b140c52e1f22d9c1e09fb670f3dc6 100755
--- a/src/scripts/check_deps
+++ b/src/scripts/check_deps
@@ -32,6 +32,7 @@ class CheckDependencies(object):
# required for understanding old-style Netscape plugins.
self._ReadLibs([
"%s/lib" % root,
+ "%s/usr/local/lib" % root,
"%s/usr/lib" % root,
"%s/usr/lib/nss" % root,
"%s/usr/lib/nspr" % root,
« no previous file with comments | « src/scripts/build_image ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698