mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
svn: Switch to https scheme.
Some versions of SVN seemingly don't follow the redirect to https. Change-Id: Ia7c76c18cb620bcf56f08e1211a7d80d321fe253
This commit is contained in:
committed by
Joshua Colp
parent
5f3d96a765
commit
c2f4925ee0
@@ -15,7 +15,7 @@ if [ -f addons/mp3/mpg123.h ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
|
svn export https://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
|
||||||
|
|
||||||
# Manually patch interface.c if not done yet.
|
# Manually patch interface.c if not done yet.
|
||||||
if ! grep -q ASTMM_LIBC addons/mp3/interface.c; then
|
if ! grep -q ASTMM_LIBC addons/mp3/interface.c; then
|
||||||
|
@@ -332,7 +332,7 @@ handle_SUSE() {
|
|||||||
|
|
||||||
install_unpackaged() {
|
install_unpackaged() {
|
||||||
echo "*** Installing NBS (Network Broadcast Sound) ***"
|
echo "*** Installing NBS (Network Broadcast Sound) ***"
|
||||||
svn co http://svn.digium.com/svn/nbs/trunk nbs-trunk
|
svn co https://svn.digium.com/svn/nbs/trunk nbs-trunk
|
||||||
cd nbs-trunk
|
cd nbs-trunk
|
||||||
make all install
|
make all install
|
||||||
cd ..
|
cd ..
|
||||||
@@ -340,7 +340,7 @@ install_unpackaged() {
|
|||||||
# Only install libresample if it wasn't installed via package
|
# Only install libresample if it wasn't installed via package
|
||||||
if ! test -f /usr/include/libresample.h; then
|
if ! test -f /usr/include/libresample.h; then
|
||||||
echo "*** Installing libresample ***"
|
echo "*** Installing libresample ***"
|
||||||
svn co http://svn.digium.com/svn/thirdparty/libresample/trunk libresample-trunk
|
svn co https://svn.digium.com/svn/thirdparty/libresample/trunk libresample-trunk
|
||||||
cd libresample-trunk
|
cd libresample-trunk
|
||||||
./configure
|
./configure
|
||||||
make all install
|
make all install
|
||||||
|
Reference in New Issue
Block a user