From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3DEA138334 for ; Thu, 14 Jun 2018 01:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 423DDE096C; Thu, 14 Jun 2018 01:16:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2F5BE096C for ; Thu, 14 Jun 2018 01:16:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA225335C7F for ; Thu, 14 Jun 2018 01:16:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BFDC2D6 for ; Thu, 14 Jun 2018 01:16:28 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1528938923.28c0f1bbe96262c27bed2a3f880ecd91699fec03.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 28c0f1bbe96262c27bed2a3f880ecd91699fec03 X-VCS-Branch: master Date: Thu, 14 Jun 2018 01:16:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c22e7d7-5f93-4dd2-bfea-ecf76e8d3f83 X-Archives-Hash: 46d10918e3358d94d39cd78c8c020d85 commit: 28c0f1bbe96262c27bed2a3f880ecd91699fec03 Author: Benda Xu gentoo org> AuthorDate: Thu Jun 14 01:01:27 2018 +0000 Commit: Benda XU gentoo 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