summaryrefslogtreecommitdiffstats
path: root/rules/mono.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-04-16 08:11:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-04-16 08:13:17 +0200
commit9ff1a048bfc59faf74d6a507be43eddaba3ac35a (patch)
treee8aeed8750b2a6110e8b74d380e27ebec0a8fd5c /rules/mono.make
parentb707909feeea37ec536edf4375a5dc451b7e74f6 (diff)
downloadptxdist-9ff1a048bfc59faf74d6a507be43eddaba3ac35a.tar.gz
ptxdist-9ff1a048bfc59faf74d6a507be43eddaba3ac35a.tar.xz
mono: configure with '--disable-mono-debugger'
not sure if this it the correct fix, but at least it builds now. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/mono.make')
-rw-r--r--rules/mono.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/mono.make b/rules/mono.make
index 533643bc6..aaa286691 100644
--- a/rules/mono.make
+++ b/rules/mono.make
@@ -49,6 +49,7 @@ MONO_CONF_OPT := \
--disable-big-arrays \
--disable-dtrace \
--disable-llvm \
+ --disable-mono-debugger \
--with-libgdiplus=installed \
--with-glib=embedded \
--with-gc=included \