update pjsip

* no more custom pjsip fork needed since upstream got C++17 support in 2.9
This commit is contained in:
infactum 2019-07-07 21:11:35 +05:00 committed by Infactum
parent a7c6d3e57d
commit 80bf430b08
3 changed files with 6 additions and 3 deletions

View File

@ -28,8 +28,9 @@ RUN git clone https://github.com/tdlib/td.git \
COPY config_site.h /
RUN git clone https://github.com/Infactum/pjproject.git \
RUN git clone https://github.com/pjsip/pjproject.git \
&& cd pjproject \
&& git reset --hard 2.9 \
&& cp /config_site.h pjlib/include/pj \
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
&& make dep && make && make install \

View File

@ -37,8 +37,9 @@ RUN source /opt/rh/devtoolset-7/enable \
COPY config_site.h /
RUN source /opt/rh/devtoolset-7/enable \
&& git clone https://github.com/Infactum/pjproject.git \
&& git clone https://github.com/pjsip/pjproject.git \
&& cd pjproject \
&& git reset --hard 2.9 \
&& cp /config_site.h pjlib/include/pj \
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
&& make dep && make && make install \

View File

@ -33,8 +33,9 @@ RUN source /opt/rh/devtoolset-7/enable \
COPY config_site.h /
RUN source /opt/rh/devtoolset-7/enable \
&& git clone https://github.com/Infactum/pjproject.git \
&& git clone https://github.com/pjsip/pjproject.git \
&& cd pjproject \
&& git reset --hard 2.9 \
&& cp /config_site.h pjlib/include/pj \
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
&& make dep && make && make install \