diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index dbcc920..d805786 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -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