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 | 77677b95952699901c55c839f30237a3c55bb855 (patch) | |
tree | 476d5bb64f248ee5f84602708bada41ed5b6efe0 /profiles/default-amd64-2004.2 | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-77677b95952699901c55c839f30237a3c55bb855.tar.gz gentoo-2-77677b95952699901c55c839f30237a3c55bb855.tar.bz2 gentoo-2-77677b95952699901c55c839f30237a3c55bb855.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" |