[Freeswitch-svn] [commit] r5077 - freeswitch/trunk/src/mod/languages/mod_mono
Freeswitch SVN
anthm at freeswitch.org
Thu May 3 08:18:52 EDT 2007
Author: anthm
Date: Thu May 3 08:18:52 2007
New Revision: 5077
Modified:
freeswitch/trunk/src/mod/languages/mod_mono/Makefile
Log:
mod mono closer to building again
Modified: freeswitch/trunk/src/mod/languages/mod_mono/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_mono/Makefile (original)
+++ freeswitch/trunk/src/mod/languages/mod_mono/Makefile Thu May 3 08:18:52 2007
@@ -36,5 +36,5 @@
$(MONO_DIR):
$(GETLIB) $(MONO).tar.gz
export PATH=$(PATH):$(PREFIX)/bin/
- cd $(MONO_DIR) && PKG_CONFIG_PATH=$(GLIB_DIR) ./configure $(DEFAULT_ARGS) --with-pic --with-gc=boehm --with-preview=yes --without-sigaltstack
+ cd $(MONO_DIR) && PKG_CONFIG_PATH=$(GLIB_DIR) CFLAGS="-I$(GLIB_DIR)/glib -I$(GLIB_DIR)/gmodule -I$(GLIB_DIR)" ./configure $(DEFAULT_ARGS) --with-pic --with-preview=yes --without-sigaltstack
cd $(MONO_DIR) && $(MAKE) install
More information about the Freeswitch-svn
mailing list