Skip to content
Snippets Groups Projects
Commit 4af2017a authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 2aecee2b f1147159
No related branches found
No related tags found
No related merge requests found
client-android @ 1376034c
Subproject commit 0ba9cfd7f836af17ca6872e9e689b58b472b8427
Subproject commit 1376034cc660b69d09158aeb28d7665ae5cd6ec6
client-qt @ e0737f4b
Subproject commit 1ab4edb6cc510ce15d7965823ecc5b879d946a96
Subproject commit e0737f4b70cb0e31bd7f8514847a26ccbedc8169
daemon @ c2b167da
Subproject commit eb158ad655cbdd0c71d4c12102a2fd642146835e
Subproject commit c2b167da6171d54740a9afeb7a66577a8abfb504
......@@ -11,6 +11,12 @@ RUN apt-get update && \
g++-8 \
wget
# FindPythonInterp in CMake < 3.12 is buggy; install 3.12.
RUN wget https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.tar.gz && \
echo "2cc891a77f5850ffecb2d358f3a84cd9b90e6941496ca531ea31e7bd7600a373 \
cmake-3.12.0-Linux-x86_64.tar.gz" | sha256sum --check && \
tar xf cmake-3.12.0-Linux-x86_64.tar.gz --strip-components=1 -C /usr/local
ADD scripts/prebuild-package-debian.sh /opt/prebuild-package-debian.sh
COPY packaging/rules/debian-qt/control /tmp/builddeps/debian/control
......
lrc @ bbda1066
Subproject commit 26ad683c133d1604a082c7743a6d7d3b2d20fdff
Subproject commit bbda106696c397a16c9f7da5e0ff40821509f90a
......@@ -75,7 +75,7 @@ override_dh_auto_configure:
--disable-natpmp \
--enable-gnutls $(BUNDLED_PKGS) && \
make list && \
make -j$(NO_CPUS) V=1
GTKDOCIZE=true make -j$(NO_CPUS) V=1
cd daemon && \
./autogen.sh && \
./configure \
......
......@@ -118,7 +118,6 @@ This package contains the header files for using the Jami daemon as a library.
%files devel
%{_includedir}/jami
%{_includedir}/jami_contact.h
%post
/sbin/ldconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment