mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
[mod_python] Remove from tree
This commit is contained in:
@@ -247,7 +247,7 @@ freeswitch_debian_source() {
|
||||
}
|
||||
|
||||
freeswitch_raspbian_source() {
|
||||
apt-get install -o Dpkg::Progress=1 -y autoconf automake devscripts gawk libjpeg-dev libncurses5-dev libtool-bin python-dev \
|
||||
apt-get install -o Dpkg::Progress=1 -y autoconf automake devscripts gawk libjpeg-dev libncurses5-dev libtool-bin \
|
||||
libtiff5-dev libperl-dev libgdbm-dev libdb-dev gettext libssl-dev libcurl4-openssl-dev libpcre3-dev libspeex-dev \
|
||||
libspeexdsp-dev libsqlite3-dev libedit-dev libldns-dev libpq-dev libsndfile-dev libopus-dev liblua5.1-0-dev 2>&1 | \
|
||||
awk -W interactive '/Progress/ { print }'| sed -u 's/[^0-9]//g' | dialog --gauge "Please wait.\n Installing Build Requirements..." 10 70 0
|
||||
|
@@ -3,7 +3,7 @@ touch noreg
|
||||
./bootstrap.sh -j
|
||||
./configure -C --enable-portable-binary \
|
||||
--prefix=/usr --localstatedir=/var --sysconfdir=/etc \
|
||||
--with-gnu-ld --with-python --with-erlang --with-openssl \
|
||||
--with-gnu-ld --with-python3 --with-erlang --with-openssl \
|
||||
--enable-core-odbc-support \
|
||||
--enable-core-pgsql-support \
|
||||
--enable-static-v8
|
||||
|
Reference in New Issue
Block a user