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
This commit is contained in:
parent
2297b3efa1
commit
e02f28a8df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue