mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
fix --srcdir builds for modules that download libraries mod_flite mod_pocketsphinx mod_celt mod_radius_cdr mod_soundtouch mod_memcache mod_curl mod_xml_ldap mod_shout mod_ldap (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15917 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -12,10 +12,11 @@ include $(BASE)/build/modmake.rules
|
||||
$(CELT_DIR):
|
||||
$(GETLIB) $(CELT).tar.gz
|
||||
|
||||
$(CELT_DIR)/Makefile: $(CELT_DIR)
|
||||
cd $(CELT_DIR) && $(DEFAULT_VARS) ./configure $(DEFAULT_ARGS)
|
||||
$(CELT_BUILDDIR)/Makefile: $(CELT_DIR)
|
||||
mkdir -p $(CELT_BUILDDIR)
|
||||
cd $(CELT_BUILDDIR) && $(DEFAULT_VARS) $(CELT_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(CELT_DIR)
|
||||
|
||||
$(CELT_LA): $(CELT_DIR)/Makefile
|
||||
$(CELT_LA): $(CELT_BUILDDIR)/Makefile
|
||||
cd $(CELT_BUILDDIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user