Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
6b4ad837
Commit
6b4ad837
authored
2 years ago
by
jenkins
Browse files
Options
Downloads
Plain Diff
New release.
parents
5e967f1f
59ac093e
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile_ubuntu_18.04
+1
-0
1 addition, 0 deletions
docker/Dockerfile_ubuntu_18.04
packaging/rules/debian/rules
+4
-0
4 additions, 0 deletions
packaging/rules/debian/rules
with
5 additions
and
0 deletions
docker/Dockerfile_ubuntu_18.04
+
1
−
0
View file @
6b4ad837
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
packaging/rules/debian/rules
+
4
−
0
View file @
6b4ad837
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment