bump freeswitch to v1.10.12
All checks were successful
/ build-freeswitch (push) Successful in 19m31s
All checks were successful
/ build-freeswitch (push) Successful in 19m31s
This commit is contained in:
parent
a011ba5dca
commit
9126c56449
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ RUN git clone https://github.com/freeswitch/sofia-sip.git /usr/src/sofia-sip &&
|
||||||
# libks
|
# libks
|
||||||
RUN git clone https://github.com/signalwire/libks.git /usr/src/libks && \
|
RUN git clone https://github.com/signalwire/libks.git /usr/src/libks && \
|
||||||
cd /usr/src/libks && \
|
cd /usr/src/libks && \
|
||||||
git checkout v2.0.3 && \
|
git checkout v2.0.6 && \
|
||||||
cmake . -DWITH_LIBBACKTRACE=1 -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && \
|
cmake . -DWITH_LIBBACKTRACE=1 -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && \
|
||||||
make && \
|
make && \
|
||||||
make install
|
make install
|
||||||
|
@ -60,7 +60,7 @@ RUN git clone https://github.com/freeswitch/spandsp.git /usr/src/spandsp && \
|
||||||
# freeswitch
|
# freeswitch
|
||||||
RUN git clone https://github.com/signalwire/freeswitch.git /usr/src/freeswitch && \
|
RUN git clone https://github.com/signalwire/freeswitch.git /usr/src/freeswitch && \
|
||||||
cd /usr/src/freeswitch && \
|
cd /usr/src/freeswitch && \
|
||||||
git checkout v1.10.11 && \
|
git checkout v1.10.12 && \
|
||||||
git am /patches/freeswitch/* && \
|
git am /patches/freeswitch/* && \
|
||||||
./bootstrap.sh -j && \
|
./bootstrap.sh -j && \
|
||||||
./configure --enable-core-pgsql-support --disable-fhs && \
|
./configure --enable-core-pgsql-support --disable-fhs && \
|
||||||
|
|
Loading…
Reference in a new issue