diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-05-27 01:43:26 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-05-27 01:43:26 +0000 |
commit | 69322203c5515074b73b8b03b91f0b2519a626bf (patch) | |
tree | 8129b09687965a755c366eb474bf953d53a0004b /eclass | |
parent | IUSE (diff) | |
download | gentoo-2-69322203c5515074b73b8b03b91f0b2519a626bf.tar.gz gentoo-2-69322203c5515074b73b8b03b91f0b2519a626bf.tar.bz2 gentoo-2-69322203c5515074b73b8b03b91f0b2519a626bf.zip |
Change to use export MONO_SHARED_DIR=${T} to solve sandbox issues. Needed for upcoming beta2.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mono.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mono.eclass b/eclass/mono.eclass index b18e41185476..0133afabacb0 100644 --- a/eclass/mono.eclass +++ b/eclass/mono.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.1 2003/02/27 16:50:51 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.2 2004/05/27 01:43:26 latexer Exp $ # # Author : foser <foser@gentoo.org> # @@ -10,4 +10,6 @@ ECLASS="mono" INHERITED="$INHERITED $ECLASS" -export MONO_DISABLE_SHM=1 +# >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the +# shared dir to ${T} so that ${T}/.wapi can be used during the install process. +export MONO_SHARED_DIR=${T} |