Update source-release.sh

This commit is contained in:
FusionPBX 2023-06-30 13:29:54 -06:00 committed by GitHub
parent 830368ed94
commit 9e5676eb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +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
/usr/sbin/sed -i 's/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/g' /usr/src/spandsp/configure.ac
sh autogen.sh
./configure
make