瀏覽代碼

Change required version from 2.71 to 2.69

This is needed for Debian 11
FusionPBX 2 年之前
父節點
當前提交
830368ed94
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      debian/resources/switch/source-release.sh

+ 1 - 0
debian/resources/switch/source-release.sh

@@ -69,6 +69,7 @@ if [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then
 	cd /usr/src
 	cd /usr/src
 	git clone https://github.com/freeswitch/spandsp.git spandsp
 	git clone https://github.com/freeswitch/spandsp.git spandsp
 	cd spandsp
 	cd spandsp
+ 	sed -i 's/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/g' configure.ac
 	sh autogen.sh
 	sh autogen.sh
 	./configure
 	./configure
 	make
 	make