mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-01 14:44:02 +00:00
FS-6293: fix srcdir build for mod_opus
This commit is contained in:
parent
e71a250bd9
commit
792530b744
@ -15,12 +15,14 @@ BUILT_SOURCES=$(OPUS_LA)
|
|||||||
$(OPUS_DIR):
|
$(OPUS_DIR):
|
||||||
$(GETLIB) $(OPUS).tar.gz
|
$(GETLIB) $(OPUS).tar.gz
|
||||||
|
|
||||||
$(OPUS_DIR)/Makefile: $(OPUS_DIR)
|
$(OPUS_BUILDDIR)/Makefile: $(OPUS_DIR)
|
||||||
|
mkdir -p $(OPUS_BUILDDIR)
|
||||||
cd $(OPUS_BUILDDIR) && $(DEFAULT_VARS) $(OPUS_DIR)/configure --disable-shared --with-pic --srcdir=$(OPUS_DIR)
|
cd $(OPUS_BUILDDIR) && $(DEFAULT_VARS) $(OPUS_DIR)/configure --disable-shared --with-pic --srcdir=$(OPUS_DIR)
|
||||||
$(TOUCH_TARGET)
|
$(TOUCH_TARGET)
|
||||||
|
|
||||||
$(OPUS_LA): $(OPUS_DIR)/Makefile
|
$(OPUS_LA): $(OPUS_BUILDDIR)/Makefile
|
||||||
cd $(OPUS_BUILDDIR) && $(MAKE)
|
cd $(OPUS_BUILDDIR) && $(MAKE)
|
||||||
|
$(TOUCH_TARGET)
|
||||||
|
|
||||||
$(MODNAME).lo: $(OPUS_LA)
|
$(MODNAME).lo: $(OPUS_LA)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user