summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-07-09 19:29:26 +0000
committerTravis Tilley <lv@gentoo.org>2004-07-09 19:29:26 +0000
commitd0a27d2d5e0332719a61592e3d0443f299c5f103 (patch)
tree11fe5c4bdf7d3bf03a4619b5c03240986e391926 /profiles/default-amd64-1.4
parentRemove old versions and associated files (Manifest recommit) (diff)
downloadgentoo-2-d0a27d2d5e0332719a61592e3d0443f299c5f103.tar.gz
gentoo-2-d0a27d2d5e0332719a61592e3d0443f299c5f103.tar.bz2
gentoo-2-d0a27d2d5e0332719a61592e3d0443f299c5f103.zip
disable sandbox in all non-hardened amd64 profiles until we can properly sort out all multilib bugs. too many bug reports about building gcc or installing openoffice...
Diffstat (limited to 'profiles/default-amd64-1.4')
-rw-r--r--profiles/default-amd64-1.4/make.defaults5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default-amd64-1.4/make.defaults b/profiles/default-amd64-1.4/make.defaults
index 17130e926cb7..c6118f163d7f 100644
--- a/profiles/default-amd64-1.4/make.defaults
+++ b/profiles/default-amd64-1.4/make.defaults
@@ -18,3 +18,8 @@ ACCEPT_KEYWORDS="amd64"
CFLAGS="-O2 -fPIC"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
+
+# not having a 32bit sandbox breaks too much right now, and we cant even be
+# sure the user has a 32bit sandbox! it only gets installed if you add multilib
+# to use, recompile gcc, and then recompile portage. :/
+FEATURES="-sandbox"