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/Makefile.include
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/Makefile.include')
-rw-r--r--main/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index 27b6bd6c9f..db06a11a67 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -12,6 +12,7 @@ MD_BIN_PATH=$(abs_top_builddir)/build/bin
MD_LAUNCH_SETUP= \
MONODEVELOP_LOCALE_PATH=$(abs_top_builddir)/build/locale \
+ MONO_ENABLE_SHM=1 \
MONO_ADDINS_REGISTRY=$(MD_BIN_PATH) MOZILLA_FIVE_HOME=$(MOZILLA_HOME) \
LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'`d