update sphinxbase, pocketsphinx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15907 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2375a250ae
commit
d2e00a74fd
|
@ -15,7 +15,7 @@ BASE=../../../..
|
|||
include $(BASE)/build/modmake.rules
|
||||
|
||||
$(SPHINXBASE_DIR):
|
||||
$(GETLIB) $(SPHINXBASE)-latest.tar.gz
|
||||
$(GETLIB) $(SPHINXBASE)-20091212.tar.gz
|
||||
|
||||
$(SPHINXBASE_DIR)/buildstamp: $(SPHINXBASE_DIR)
|
||||
test -f $(SPHINXBASE_DIR)/Makefile || (cd $(SPHINXBASE_DIR) && ./configure --with-pic --without-python --disable-shared CFLAGS=)
|
||||
|
@ -26,7 +26,7 @@ $(SPHINXBASE_LA): $(SPHINXBASE_DIR)/buildstamp
|
|||
$(TOUCH_TARGET)
|
||||
|
||||
$(POCKETSPHINX_DIR):
|
||||
$(GETLIB) $(POCKETSPHINX)-latest.tar.gz
|
||||
$(GETLIB) $(POCKETSPHINX)-20091212.tar.gz
|
||||
|
||||
$(POCKETSPHINX_DIR)/Makefile: $(POCKETSPHINX_DIR)
|
||||
cd $(POCKETSPHINX_DIR) && ./configure --with-pic --without-python --disable-shared --with-sphinxbase=$(SPHINXBASE_DIR) CFLAGS=
|
||||
|
|
Loading…
Reference in New Issue