Skip to content

Commit

Permalink
Use a specific commit for spandsp
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Oct 1, 2023
1 parent a46fb85 commit c71ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/resources/switch/source-release.sh
Expand Up @@ -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
Expand Down

0 comments on commit c71ec93

Please sign in to comment.