Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
c41da9d9
Commit
c41da9d9
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update dhtnet, build without dependencies
Change-Id: Ib12708c9937663be24f0b3ce6eb0f0f846914c87
parent
a87f1aae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/dhtnet/package.json
+1
-1
1 addition, 1 deletion
contrib/src/dhtnet/package.json
contrib/src/dhtnet/rules.mak
+3
-2
3 additions, 2 deletions
contrib/src/dhtnet/rules.mak
with
4 additions
and
3 deletions
contrib/src/dhtnet/package.json
+
1
−
1
View file @
c41da9d9
{
"name"
:
"dhtnet"
,
"version"
:
"
401c52e8b7b3d8dcfede38177f0cc3a1efae044f
"
,
"version"
:
"
62aefa69fc00a2f6871993caccf7dacf83b283d7
"
,
"url"
:
"https://review.jami.net/plugins/gitiles/dhtnet/+archive/__VERSION__.tar.gz"
,
"deps"
:
[
"opendht"
,
...
...
This diff is collapsed.
Click to expand it.
contrib/src/dhtnet/rules.mak
+
3
−
2
View file @
c41da9d9
# DHTNET
DHTNET_VERSION
:=
401c52e8b7b3d8dcfede38177f0cc3a1efae044f
DHTNET_VERSION
:=
62aefa69fc00a2f6871993caccf7dacf83b283d7
DHTNET_URL
:=
https://review.jami.net/plugins/gitiles/dhtnet/+archive/
$(
DHTNET_VERSION
)
.tar.gz
PKGS
+=
dhtnet
...
...
@@ -19,7 +19,8 @@ endif
DHTNET_CONF
=
-DBUILD_SHARED_LIBS
=
Off
\
-DBUILD_BENCHMARKS
=
Off
\
-DBUILD_TOOLS
=
Off
\
-DBUILD_TESTING
=
Off
-DBUILD_TESTING
=
Off
\
-DBUILD_DEPENDENCIES
=
Off
$(TARBALLS)/dhtnet-$(DHTNET_VERSION).tar.gz
:
$(
call download,
$(
DHTNET_URL
))
...
...
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