Skip to content
Snippets Groups Projects
Commit 6b4ad837 authored by jenkins's avatar jenkins
Browse files

New release.

parents 5e967f1f 59ac093e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ RUN apt-get update && \
clang \
clang-tools \
software-properties-common \
libarchive-dev \
wget
# nodejs (more recent version needed for building libqt-jami)
......
......@@ -35,6 +35,10 @@ ifeq (debian_10,$(findstring debian_10, $(DISTRIBUTION)))
# Daemon's bundled libarchive does not build on Debian 10
BUNDLED_PKGS="--disable-libarchive"
endif
ifeq (ubuntu_18.04,$(findstring ubuntu_18.04, $(DISTRIBUTION)))
# Daemon's bundled libarchive does not build on Debian 10
BUNDLED_PKGS="--disable-libarchive"
endif
ifeq (raspbian_10_armhf,$(findstring raspbian_10_armhf, $(DISTRIBUTION)))
# Raspbian's yaml-cpp lib does not work properly
BUNDLED_PKGS="--enable-ffmpeg --enable-yaml-cpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment