diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-13 19:57:41 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-13 19:57:41 +0000 |
commit | 083a0017073826dbb9b1d10fac9817d28b1da39f (patch) | |
tree | ece5d434e26edb5c4d75cc1ad727ad7c9f4f0be1 /profiles/default-amd64-2004.2 | |
parent | Stable on alpha. (diff) | |
download | historical-083a0017073826dbb9b1d10fac9817d28b1da39f.tar.gz historical-083a0017073826dbb9b1d10fac9817d28b1da39f.tar.bz2 historical-083a0017073826dbb9b1d10fac9817d28b1da39f.zip |
fix for bug 60147, "configure causes sandbox violations when lib64 is a
directory". currently only works with cvs portage.
Diffstat (limited to 'profiles/default-amd64-2004.2')
-rw-r--r-- | profiles/default-amd64-2004.2/profile.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/default-amd64-2004.2/profile.bashrc b/profiles/default-amd64-2004.2/profile.bashrc new file mode 100644 index 000000000000..a43e250154b2 --- /dev/null +++ b/profiles/default-amd64-2004.2/profile.bashrc @@ -0,0 +1,3 @@ +# fix for bug 60147, "configure causes sandbox violations when lib64 +# is a directory". currently only works with cvs portage. +SANDBOX_WRITE="${SANDBOX_WRITE}:/usr/lib64/conftest:/usr/lib64/cf" |