commit:     28c0f1bbe96262c27bed2a3f880ecd91699fec03
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 14 01:01:27 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 01:15:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=28c0f1bb

Mask CPATH (c include dir) and LIBRARY_PATH (used by gcc).

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 8dd8fb1f33..6761f94788 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2052,6 +2052,8 @@ EOF
                PKG_CONFIG_PATH \
                PYTHONPATH \
                ROOT \
+               CPATH \
+               LIBRARY_PATH \
        ; do
                # starting on purpose a shell here iso ${!flag} because I want
                # to know if the shell initialisation files trigger this

Reply via email to