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
4d46e99e
Commit
4d46e99e
authored
1 month ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update jsoncpp
Gitlab:
#1122
Change-Id: Ia80eb6f1b90c663419a6cbe25f416afee742e3c3
parent
68fe75b1
Branches
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/jsoncpp/SHA512SUMS
+1
-2
1 addition, 2 deletions
contrib/src/jsoncpp/SHA512SUMS
contrib/src/jsoncpp/rules.mak
+4
-3
4 additions, 3 deletions
contrib/src/jsoncpp/rules.mak
with
5 additions
and
5 deletions
contrib/src/jsoncpp/SHA512SUMS
+
1
−
2
View file @
4d46e99e
32702147229ea7a3679654325572c38f4188f258ab6ac21f9e04059d53ef2a7cd0542ec4ec3b0e7b9089acd2b7bce389f16b9ff24b2e63e0ba2a5bcd46bab766 jsoncpp-1.7.2.tar.gz
f1c035d54ed952d8d4e41acab5c3ecf6aa445f348f98aeac2e7c89555ec2f6421d727b3bc4c2f54176afce137c545b20d886562901953ec091f91890e91e8559 jsoncpp-1.9.3.tar.gz
\ No newline at end of file
006d81f9f723dcfe875ebc2147449c07c5246bf97dd7b9eee1909decc914b051d6f3f06feb5c3dfa143d28773fb310aabb04a81dc447cc61513309df8eba8b08 jsoncpp-1.9.6.tar.gz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
contrib/src/jsoncpp/rules.mak
+
4
−
3
View file @
4d46e99e
# JSONCPP
JSONCPP_VERSION
:=
1.9.
3
JSONCPP_VERSION
:=
1.9.
6
PKG_CPE
+=
cpe:2.3:a:jsoncpp_project:jsoncpp:
$(
JSONCPP_VERSION
)
:
*
:
*
:
*
:
*
:
*
:
*
:
*
JSONCPP_URL
:=
https://github.com/open-source-parsers/jsoncpp/archive/
$(
JSONCPP_VERSION
)
.tar.gz
...
...
@@ -24,6 +24,7 @@ jsoncpp: jsoncpp-$(JSONCPP_VERSION).tar.gz .sum-jsoncpp
$(
MOVE
)
.jsoncpp
:
jsoncpp toolchain.cmake
cd
$<
&&
$(
HOSTVARS
)
$(
CMAKE
)
${
JSONCPP_CMAKECONF
}
cd
$<
&&
$(
MAKE
)
install
cd
$<
&&
mkdir
-p
build
cd
$<
&&
cd
build
&&
$(
HOSTVARS
)
$(
CMAKE
)
..
${
JSONCPP_CMAKECONF
}
cd
$<
&&
cd
build
&&
$(
MAKE
)
install
touch
$@
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