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
32415a83
Commit
32415a83
authored
2 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update msgpack-cxx to 6.0.0
Change-Id: I94da5dedff8f29e38f7aa517cf2212f5142d8f29
parent
11aafbbd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
contrib/src/msgpack/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/msgpack/SHA512SUMS
contrib/src/msgpack/rules.mak
+2
-1
2 additions, 1 deletion
contrib/src/msgpack/rules.mak
meson.build
+1
-0
1 addition, 0 deletions
meson.build
with
5 additions
and
3 deletions
configure.ac
+
1
−
1
View file @
32415a83
...
...
@@ -232,7 +232,7 @@ AS_IF([test "x$enable_shared" == "xyes"],
[RING_SHARED=no])
AC_MSG_RESULT([$RING_SHARED])
DAEMONCPPFLAGS+=" -DASIO_STANDALONE"
DAEMONCPPFLAGS+=" -DASIO_STANDALONE
-DMSGPACK_NO_BOOST
"
dnl
dnl Check for the contrib directory
...
...
This diff is collapsed.
Click to expand it.
contrib/src/msgpack/SHA512SUMS
+
1
−
1
View file @
32415a83
33ed87b23d776cadcc230666e6435088e402c5813e7e4dce5ce79c8c3aceba5a36db8f395278042c6ac44c474b33018ff1635889d8b20bc41c5f6f1d1c963cae msgpack-c-cpp-3.3.0.tar.gz
\ No newline at end of file
6f2ec74562f30d12ba81659737c412317848eb27fbc607a2f4f8da4b75534fbfba7d280a5af6fdae3581a6a2582e6cf06d7fbfacc3bdee1174456817dd9f7e30 msgpack-c-cpp-6.0.0.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/msgpack/rules.mak
+
2
−
1
View file @
32415a83
# MSGPACK
MSGPACK_VERSION
:=
cpp-
3.3
.0
MSGPACK_VERSION
:=
cpp-
6.0
.0
MSGPACK_URL
:=
https://github.com/msgpack/msgpack-c/archive/
$(
MSGPACK_VERSION
)
.tar.gz
PKGS
+=
msgpack
...
...
@@ -9,6 +9,7 @@ endif
MSGPACK_CMAKECONF
:=
-DMSGPACK_CXX17
=
ON
\
-DMSGPACK_CXX_ONLY
=
ON
\
-DMSGPACK_USE_BOOST
=
Off
\
-DMSGPACK_BUILD_EXAMPLES
=
OFF
\
-DMSGPACK_ENABLE_SHARED
=
OFF
\
-DCMAKE_INSTALL_LIBDIR
=
lib
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
0
View file @
32415a83
...
...
@@ -157,6 +157,7 @@ if get_option('default_library') != 'static'
endif
add_project_arguments
(
'-DASIO_STANDALONE'
,
language
:
[
'c'
,
'cpp'
])
add_project_arguments
(
'-DMSGPACK_NO_BOOST'
,
language
:
[
'c'
,
'cpp'
])
subdir
(
'src'
)
...
...
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