]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Ok email address added for pdt ;) WE LOVE YOU MANsvn status Makefile.amsvn status...
authorBrian West <brian@freeswitch.org>
Mon, 18 Sep 2006 03:06:55 +0000 (03:06 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 18 Sep 2006 03:06:55 +0000 (03:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2732 d0543943-73ff-0310-b7d9-9358b9ac24b2

AUTHORS
src/mod/languages/mod_mono/Makefile

diff --git a/AUTHORS b/AUTHORS
index cfb0d7b4306b1f18b6e278427b14af66a6e8ae63..5ee32b293d8bc86b7d07855a7c6eabb05c3c4ab7 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,7 +26,7 @@ that much better:
  Yossi Neiman of Cartis Solutions, Inc. <freeswitch AT cartissolutions.com>  -  implementation of mod_cdr (perldd, mysql, csv)\r
  Stefan Knoblich - Various patches and support.  Thanks.\r
  Justin Unger - <justinunger at gmail dot com> Lots of help with patches and SIP testing. Thanks! \r
- Paul D. Tinsley - Various patches and support.\r
+ Paul D. Tinsley - Various patches and support. <pdt at jackhammer.org>\r
 \r
 A big THANK YOU goes to:\r
 \r
index e8ae691ed4169f9481f640861dff6e1bfcbd6695..f3a0d88eb500b14374958cd0c8c86d4f51a265f2 100644 (file)
@@ -12,7 +12,7 @@ depends:
        MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(GETTEXT_TARBALL) --prefix=$(PREFIX) --with-pic
        MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(PKGCONFIG_TARBALL) --prefix=$(PREFIX) --with-pic
        export PKG_CONFIG=$(PREFIX)/bin/pkg-config; export MSGFMT=$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(GLIB_TARBALL) --prefix=$(PREFIX) --with-pic
-       export PATH=$(PATH):$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(TARBALL) --prefix=$(PREFIX) --with-pic
+       export PATH=$(PATH):$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(TARBALL) --prefix=$(PREFIX) --with-pic --with-gc=boehm --with-preview=yes --without-sigaltstack
 
 %.o:  %.c
        $(CC) -fPIC $(CFLAGS) -c -o $@ $<