update pjsip
* no more custom pjsip fork needed since upstream got C++17 support in 2.9
This commit is contained in:
parent
a7c6d3e57d
commit
80bf430b08
|
@ -28,8 +28,9 @@ RUN git clone https://github.com/tdlib/td.git \
|
||||||
|
|
||||||
COPY config_site.h /
|
COPY config_site.h /
|
||||||
|
|
||||||
RUN git clone https://github.com/Infactum/pjproject.git \
|
RUN git clone https://github.com/pjsip/pjproject.git \
|
||||||
&& cd pjproject \
|
&& cd pjproject \
|
||||||
|
&& git reset --hard 2.9 \
|
||||||
&& cp /config_site.h pjlib/include/pj \
|
&& cp /config_site.h pjlib/include/pj \
|
||||||
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
|
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
|
||||||
&& make dep && make && make install \
|
&& make dep && make && make install \
|
||||||
|
|
|
@ -37,8 +37,9 @@ RUN source /opt/rh/devtoolset-7/enable \
|
||||||
COPY config_site.h /
|
COPY config_site.h /
|
||||||
|
|
||||||
RUN source /opt/rh/devtoolset-7/enable \
|
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 \
|
&& cd pjproject \
|
||||||
|
&& git reset --hard 2.9 \
|
||||||
&& cp /config_site.h pjlib/include/pj \
|
&& cp /config_site.h pjlib/include/pj \
|
||||||
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
|
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
|
||||||
&& make dep && make && make install \
|
&& make dep && make && make install \
|
||||||
|
|
|
@ -33,8 +33,9 @@ RUN source /opt/rh/devtoolset-7/enable \
|
||||||
COPY config_site.h /
|
COPY config_site.h /
|
||||||
|
|
||||||
RUN source /opt/rh/devtoolset-7/enable \
|
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 \
|
&& cd pjproject \
|
||||||
|
&& git reset --hard 2.9 \
|
||||||
&& cp /config_site.h pjlib/include/pj \
|
&& cp /config_site.h pjlib/include/pj \
|
||||||
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
|
&& ./configure --disable-sound CFLAGS="-O3 -DNDEBUG" \
|
||||||
&& make dep && make && make install \
|
&& make dep && make && make install \
|
||||||
|
|
Loading…
Reference in New Issue