mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-20 11:11:51 +00:00
FS-6331: --resolve fix install of mod_celt
This commit is contained in:
@@ -19,7 +19,7 @@ $(CELT_DIR):
|
||||
|
||||
$(CELT_BUILDDIR)/Makefile: $(CELT_DIR)
|
||||
mkdir -p $(CELT_BUILDDIR)
|
||||
cd $(CELT_BUILDDIR) && $(DEFAULT_VARS) $(CELT_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(CELT_DIR)
|
||||
cd $(CELT_BUILDDIR) && $(DEFAULT_VARS) $(CELT_DIR)/configure $(DEFAULT_ARGS) --disable-shared --with-pic --srcdir=$(CELT_DIR)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
$(CELT_LA): $(CELT_BUILDDIR)/Makefile
|
||||
|
||||
Reference in New Issue
Block a user