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

Unified Diff: build/linux/pkg-config-wrapper

Issue 4754002: Revert 65580 - Fix pkg-config-wrapper to work with chromiumos chroots... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/pkg-config-wrapper
===================================================================
--- build/linux/pkg-config-wrapper (revision 65584)
+++ build/linux/pkg-config-wrapper (working copy)
@@ -11,4 +11,4 @@
shift
config_path=$root/usr/lib/pkgconfig:$root/usr/share/pkgconfig
-PKG_CONFIG_PATH=$config_path pkg-config --define-variable=prefix=/usr --define-variable=libdir=/usr/lib "$@" | $rewrite $root
+PKG_CONFIG_PATH=$config_path pkg-config --define-variable=prefix=/usr "$@" | $rewrite $root
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698