FS-6293: fix mod_silk srcdir build

This commit is contained in:
Michael Jerris
2014-03-17 08:32:17 -04:00
parent 19fc943f59
commit a9799f3dae
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -14,5 +14,6 @@ mod_silk_la_LDFLAGS = -avoid-version -module -no-undefined -shared
BUILT_SOURCES=$(SILK_LA)
$(SILK_LA): $(SILK_DIR)/.update
cd $(SILK_BUILDDIR) && ./configure --disable-shared && make clean && $(MAKE)
mkdir -p $(SILK_BUILDDIR)
cd $(SILK_BUILDDIR) && $(DEFAULT_VARS) $(SILK_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(SILK_DIR) --disable-shared && make clean && $(MAKE)
$(TOUCH_TARGET)