use -latest for this so it doesn't conflict with 1.0.3 release
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12171 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
72f181a791
commit
416537c421
|
@ -14,7 +14,7 @@ BASE=../../../..
|
||||||
include $(BASE)/build/modmake.rules
|
include $(BASE)/build/modmake.rules
|
||||||
|
|
||||||
$(FLITE_DIR):
|
$(FLITE_DIR):
|
||||||
$(GETLIB) $(FLITE).tar.gz
|
$(GETLIB) $(FLITE)-latest.tar.gz
|
||||||
|
|
||||||
$(FLITE_DIR)/Makefile: $(FLITE_DIR)
|
$(FLITE_DIR)/Makefile: $(FLITE_DIR)
|
||||||
cd $(FLITE_DIR) && CFLAGS="-fPIC" ./configure
|
cd $(FLITE_DIR) && CFLAGS="-fPIC" ./configure
|
||||||
|
|
Loading…
Reference in New Issue