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-linux
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-linux')
-rw-r--r--profiles/default-linux/amd64/2004.0/make.defaults7
-rw-r--r--profiles/default-linux/amd64/2004.1/make.defaults7
2 files changed, 12 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/2004.0/make.defaults b/profiles/default-linux/amd64/2004.0/make.defaults
index 3fe698e99f8f..e1aed30bbc06 100644
--- a/profiles/default-linux/amd64/2004.0/make.defaults
+++ b/profiles/default-linux/amd64/2004.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Foundation.
# System-wide defaults for the gcc 3.3 Portage system
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.0/make.defaults,v 1.3 2004/06/26 23:29:25 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.0/make.defaults,v 1.4 2004/07/09 19:29:26 lv Exp $
#Experimental: trying to use these USE variables to build up from stage 2->3
#thus eliminating the inherent fragility of using USE for this
@@ -19,3 +19,8 @@ ACCEPT_KEYWORDS="amd64"
CFLAGS="-O2 -pipe"
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"
diff --git a/profiles/default-linux/amd64/2004.1/make.defaults b/profiles/default-linux/amd64/2004.1/make.defaults
index 5e95e095df7d..5ae8f9e1f795 100644
--- a/profiles/default-linux/amd64/2004.1/make.defaults
+++ b/profiles/default-linux/amd64/2004.1/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Foundation.
# System-wide defaults for the gcc 3.3 Portage system
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.1/make.defaults,v 1.3 2004/06/26 23:29:25 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.1/make.defaults,v 1.4 2004/07/09 19:29:26 lv Exp $
#Experimental: trying to use these USE variables to build up from stage 2->3
#thus eliminating the inherent fragility of using USE for this
@@ -19,3 +19,8 @@ ACCEPT_KEYWORDS="amd64"
CFLAGS="-O2 -pipe"
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"