FS-6331: --resolve fix install of mod_celt
This commit is contained in:
parent
6a7805ba27
commit
48d668cd0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue