diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-09 19:29:26 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-09 19:29:26 +0000 |
commit | d0a27d2d5e0332719a61592e3d0443f299c5f103 (patch) | |
tree | 11fe5c4bdf7d3bf03a4619b5c03240986e391926 /profiles/default-amd64-2004.2/make.defaults | |
parent | Remove old versions and associated files (Manifest recommit) (diff) | |
download | gentoo-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-2004.2/make.defaults')
-rw-r--r-- | profiles/default-amd64-2004.2/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default-amd64-2004.2/make.defaults b/profiles/default-amd64-2004.2/make.defaults index 6ada38770186..30be2f140f63 100644 --- a/profiles/default-amd64-2004.2/make.defaults +++ b/profiles/default-amd64-2004.2/make.defaults @@ -18,3 +18,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" |