Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-09-14 04:35:14 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-09-14 04:35:14 +0400
commit554a97bb8bd33058e2bcb66b54d4a5937ec4163f (patch)
treefa723f1c8c962ea624f5c7fa7755a775a7e76bf0 /main/mdtool.in
parentfd1d6fdf2fc7e7b364a1acb5fccf7ad9c98e1c2b (diff)
[Core] Enable SHM, MD needs it and it's off by default w/Mono 2.8
Fixes not being able to communicate with MD's remote processes.
Diffstat (limited to 'main/mdtool.in')
-rw-r--r--main/mdtool.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/mdtool.in b/main/mdtool.in
index 30f44c99e2..bfe96e42ba 100644
--- a/main/mdtool.in
+++ b/main/mdtool.in
@@ -4,6 +4,9 @@
MONO_EXEC="exec -a mdtool mono"
EXE_PATH="${0%%/bin/mdtool}/lib/monodevelop/bin/mdrun.exe"
+# MD uses SHM to communicate with the remoted builder processes
+export MONO_ENABLE_SHM=1
+
##NOTE: remove this for stable releases
if [ -z "$MD_NO_DEBUG" ]; then
_MONO_OPTIONS=${MONO_OPTIONS:---debug}