Comment #2 on issue 8971 by codedr: Shell env not passed to pkg-config
http://code.google.com/p/chromium/issues/detail?id=8971
--- build/SConscript.main (revision 12076)
+++ build/SConscript.main (working copy)
@@ -465,7 +465,8 @@
# $HOME is needed by distcc so it can find its lock file.
for envvar in ('HOME', 'DISTCC_DIR', 'DISTCC_HOSTS', 'CCACHE_DIR',
'INTERCEPTOR_SOCKET', 'ENFORGE_DIGEST_CACHE',
- 'ENFORGE_CACHE_HOST', 'ENFORGE_CACHE_PORT'):
+ 'ENFORGE_CACHE_HOST', 'ENFORGE_CACHE_PORT'
+ 'PKG_CONFIG_PATH'):
if envvar in os.environ:
linux_env['ENV'][envvar] = os.environ[envvar]
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---