summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2004-05-27 01:43:26 +0000
committerPeter Johanson <latexer@gentoo.org>2004-05-27 01:43:26 +0000
commitbed86f62056c8a70c56edbd15f1c70d26ec819bb (patch)
tree574d13e0c6866499902298c8aa2baee632891b71 /eclass/mono.eclass
parentIUSE; error check sed; tidy (diff)
downloadhistorical-bed86f62056c8a70c56edbd15f1c70d26ec819bb.tar.gz
historical-bed86f62056c8a70c56edbd15f1c70d26ec819bb.tar.bz2
historical-bed86f62056c8a70c56edbd15f1c70d26ec819bb.zip
Change to use export MONO_SHARED_DIR=${T} to solve sandbox issues. Needed for upcoming beta2.
Diffstat (limited to 'eclass/mono.eclass')
-rw-r--r--eclass/mono.eclass6
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}