提交 e02f28a8 authored 作者: Michael Jerris's avatar Michael Jerris

fix fresh build. We need to configure later becasue apr must be built before libopenmrcp configure

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5617 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2297b3ef
......@@ -400,6 +400,6 @@ AC_CONFIG_SUBDIRS(libs/sofia-sip)
AC_CONFIG_SUBDIRS(libs/speex)
AC_CONFIG_SUBDIRS(libs/xmlrpc-c)
AC_CONFIG_SUBDIRS(libs/portaudio)
AC_CONFIG_SUBDIRS(libs/openmrcp)
#AC_CONFIG_SUBDIRS(libs/openmrcp)
AC_OUTPUT
......@@ -23,7 +23,7 @@ LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework CoreFou
include ../../../../build/modmake.rules
$(OPENMRCP_DIR)/Makefile:
cd $(OPENMRCP_DIR) && ./configure --with-apr=../apr --with-apr-util=../apr-util --with-sofia-sip=../sofia-sip
cd $(OPENMRCP_DIR) && ./bootstrap && ./configure --with-apr=../apr --with-apr-util=../apr-util --with-sofia-sip=../sofia-sip
$(OPENMRCP_LIBS): $(OPENMRCP_DIR)/Makefile
cd $(OPENMRCP_DIR) && make
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论