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 | afbb478c8b4c7dceba3b2fddbb3c7a2eea47bb5a (patch) | |
tree | 0ab3ce6d72acfccb2b06a620380699a0e5c2797b /profiles/default-amd64-1.4 | |
parent | Remove old versions and associated files (diff) | |
download | historical-afbb478c8b4c7dceba3b2fddbb3c7a2eea47bb5a.tar.gz historical-afbb478c8b4c7dceba3b2fddbb3c7a2eea47bb5a.tar.bz2 historical-afbb478c8b4c7dceba3b2fddbb3c7a2eea47bb5a.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.defaults | 5 |
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" |