Globally disable PKG_CONFIG_PATH
authorArnout Vandecappelle <arnout@mind.be>
Sat, 30 Jun 2012 10:29:22 +0000 (10:29 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 30 Jun 2012 22:27:39 +0000 (00:27 +0200)
commit670cb306704d76b4c3b717931cc7abef8c693099
tree045a767c18ca54f1938c6f63d8539a97c54c69cc
parent96885ca7eb4a05e65986334d6138e1fe6afa46fc
Globally disable PKG_CONFIG_PATH

If PKG_CONFIG_PATH is set in the environment, it allows pkg-config to
look for libraries outside of the buildroot tree.  This is a problem
both for host and target builds.  To avoid it, globally set an empty
PKG_CONFIG_PATH in the environment.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile