commit:     9216351ebd8bec0ba56cc3a83d82da70e562feb3
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 09:14:47 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 09:24:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9216351e

profiles/p/l-s/make.defaults: Avoid host binaries called by ebuild.

X-Gentoo-Bugs: 576658

 profiles/prefix/linux-standalone/make.defaults | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/linux-standalone/make.defaults 
b/profiles/prefix/linux-standalone/make.defaults
index 76146a6..0341850 100644
--- a/profiles/prefix/linux-standalone/make.defaults
+++ b/profiles/prefix/linux-standalone/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,3 +13,5 @@ USE="iconv"
 # build gcc with parallelization support
 USE="${USE} openmp"
 
+# Avoid host binaries called by ebuild. (#576658)
+EXTRA_PATH=""

Reply via email to