From: Michael Jerris Date: Sun, 19 Aug 2007 20:44:05 +0000 (+0000) Subject: fix mod_openmrcp build on OS X X-Git-Tag: v1.0-beta1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2297b3efa138bbe339bdf69eaaa92771112f80cc;p=thirdparty%2Ffreeswitch.git fix mod_openmrcp build on OS X git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5616 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_openmrcp/Makefile b/src/mod/asr_tts/mod_openmrcp/Makefile index 082f3a297c..7412644843 100644 --- a/src/mod/asr_tts/mod_openmrcp/Makefile +++ b/src/mod/asr_tts/mod_openmrcp/Makefile @@ -18,6 +18,8 @@ LOCAL_CFLAGS+= -Wno-comment -Wno-sign-compare $(OPENMRCP_INCLUDE) $(MRCP_APR_INC LOCAL_LIBADD=$(OPENMRCP_LIBS) +LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework CoreFoundation -framework SystemConfiguration -lssl -lcrypto" ; fi ; + include ../../../../build/modmake.rules $(OPENMRCP_DIR)/Makefile: