From c71ec93538f53ecf5debe8701b7e503dcd286d0d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 30 Sep 2023 22:12:21 -0600 Subject: [PATCH] Use a specific commit for spandsp https://github.com/freeswitch/spandsp/commit/0d2e6ac65e0e8f53d652665a743015a88bf048d4 --- debian/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 6d0ad631..48bcf2b0 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -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 - git reset --hard a60119408c465ad0eb24b0fb83da1b476cb5b169 + git reset --hard 0d2e6ac65e0e8f53d652665a743015a88bf048d4 #/usr/bin/sed -i 's/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/g' /usr/src/spandsp/configure.ac sh autogen.sh ./configure