Change required version from 2.71 to 2.69

This is needed for Debian 11
This commit is contained in:
FusionPBX 2023-06-30 13:24:27 -06:00 committed by GitHub
parent 6c22bd37b8
commit 830368ed94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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