mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 12:51:51 +00:00
what works on centos6 does not have to work on centos5
This commit is contained in:
@@ -14,6 +14,8 @@ $(SNDT_SRC):
|
||||
|
||||
$(SNDT_BUILD)/Makefile: $(SNDT_SRC)
|
||||
mkdir -p $(SNDT_BUILD)
|
||||
rm -rf $(SNDT_BUILD)/config/m4
|
||||
rm -rf $(SNDT_SRC)/config/m4
|
||||
cd $(SNDT_SRC) %% libtoolize -fisv
|
||||
cd $(SNDT_SRC) && AUTOCONF="autoconf --add-missing --foreign --copy" AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv
|
||||
cd ${SNDT_BUILD} && $(DEFAULT_VARS) $(SNDT_SRC)/configure $(DEFAULT_ARGS) --enable-integer-samples --srcdir=$(SNDT_SRC)
|
||||
|
||||
Reference in New Issue
Block a user