Index: build/linux/pkg-config-wrapper |
=================================================================== |
--- build/linux/pkg-config-wrapper (revision 184007) |
+++ build/linux/pkg-config-wrapper (working copy) |
@@ -33,13 +33,7 @@ |
rewrite=`dirname $0`/rewrite_dirs.py |
package=${!#} |
-if [ -z "$PKG_CONFIG_PATH" ] |
-then |
- config_path=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig |
-else |
- config_path="$PKG_CONFIG_PATH" |
-fi |
- |
+config_path=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig |
set -e |
# Some sysroots, like the Chromium OS ones, may generate paths that are not |
# relative to the sysroot. For example, |