提交 83a3ccc8 authored 作者: Michael Jerris's avatar Michael Jerris

fix libsoundtouch build dependencies after a configure failure (MODAPP-243)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12783 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7023148e
VERSION=soundtouch-1.3.1 VERSION=soundtouch-1.3.1
DIRECTORY=$(switch_srcdir)/libs/$(VERSION) DIRECTORY=$(switch_srcdir)/libs/$(VERSION)
LA=$(DIRECTORY)/source/SoundTouch/.libs/libSoundTouch.a LA=$(DIRECTORY)/source/SoundTouch/.libs/libSoundTouch.a
...@@ -10,10 +9,12 @@ DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic ...@@ -10,10 +9,12 @@ DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic
include $(BASE)/build/modmake.rules include $(BASE)/build/modmake.rules
$(DIRECTORY): $(DIRECTORY)/Makefile $(DIRECTORY)/config.status:
$(GETLIB) $(VERSION).tar.gz $(GETLIB) $(VERSION).tar.gz
cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples
$(TOUCH_TARGET)
$(LA): $(DIRECTORY) $(LA): $(DIRECTORY)/Makefile $(DIRECTORY)/config.status
cd $(DIRECTORY) && $(MAKE) cd $(DIRECTORY) && $(MAKE)
$(TOUCH_TARGET) $(TOUCH_TARGET)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论