From 9216351ebd8bec0ba56cc3a83d82da70e562feb3 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Tue, 8 Mar 2016 18:14:47 +0900 Subject: [PATCH] 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 76146a614eb8..0341850c8cbf 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="" -- 2.26.2