projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025594a
)
ebuild_main: prefix PKG_CONFIG_PATH, bug #485456
author
Ruud Koolen
<redlizard@redlizard.nl>
Fri, 20 Sep 2013 12:39:31 +0000
(
05:39
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Sep 2013 12:39:31 +0000
(
05:39
-0700)
bin/phase-functions.sh
patch
|
blob
|
history
diff --git
a/bin/phase-functions.sh
b/bin/phase-functions.sh
index 37503bf8bf493066ff2d6ef28dfea9ba8c126626..711b7211634251ce167a8013a6ab6001f75e2fd2 100644
(file)
--- a/
bin/phase-functions.sh
+++ b/
bin/phase-functions.sh
@@
-917,7
+917,7
@@
__ebuild_main() {
x=LIBDIR_$ABI
[ -z "$PKG_CONFIG_PATH" -a -n "$ABI" -a -n "${!x}" ] && \
- export PKG_CONFIG_PATH=/usr/${!x}/pkgconfig
+ export PKG_CONFIG_PATH=
${EPREFIX}
/usr/${!x}/pkgconfig
if has noauto $FEATURES && \
[[ ! -f $PORTAGE_BUILDDIR/.unpacked ]] ; then