summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2016-03-08 18:14:47 +0900
committerBenda Xu <heroxbd@gentoo.org>2016-03-08 18:24:51 +0900
commit9216351ebd8bec0ba56cc3a83d82da70e562feb3 (patch)
treef206a8aa97f4b138d1be50f677ecc369cb86e13c /profiles
parentMerge github#985: app-backup/snapper: update to reflect renamed README.md (diff)
downloadgentoo-9216351ebd8bec0ba56cc3a83d82da70e562feb3.tar.gz
gentoo-9216351ebd8bec0ba56cc3a83d82da70e562feb3.tar.bz2
gentoo-9216351ebd8bec0ba56cc3a83d82da70e562feb3.zip
profiles/p/l-s/make.defaults: Avoid host binaries called by ebuild.
X-Gentoo-Bugs: 576658
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/linux-standalone/make.defaults4
1 files changed, 3 insertions, 1 deletions
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=""