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
6aea9274
Commit
6aea9274
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update fmt
Change-Id: I46885d97d22af7c6c2ee899f21312db97df5cb6a
parent
abdded7f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/fmt/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/fmt/SHA512SUMS
contrib/src/fmt/rules.mak
+1
-2
1 addition, 2 deletions
contrib/src/fmt/rules.mak
with
2 additions
and
3 deletions
contrib/src/fmt/SHA512SUMS
+
1
−
1
View file @
6aea9274
9ef0f3d328681253c1e1776576d54d67dec49c19fd7fc422ae63c3610b01a3f05f6e83cdf5e913dfd09bac42e52fe35c38ebe1ea91f4207d226a32aaf69eb4a8
fmt-
5.3.0
.tar.gz
8770bf4bd2bb6d938e75e0cf1e665c41930dbd9d2a6825274a5a43cd1d85b9c9ca621bb040ed099429f0e16bddbc3399361c453eb1bf3fc01376e6ad9dd875b7
fmt-
6.1.2
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/fmt/rules.mak
+
1
−
2
View file @
6aea9274
# FMT
FMT_VERSION
:=
5.3.0
FMT_VERSION
:=
6.1.2
FMT_URL
:=
https://github.com/fmtlib/fmt/archive/
$(
FMT_VERSION
)
.tar.gz
PKGS
+=
fmt
...
...
@@ -25,5 +25,4 @@ fmt: fmt-$(FMT_VERSION).tar.gz
.fmt
:
fmt toolchain.cmake .sum-fmt
cd
$<
&&
$(
HOSTVARS
)
$(
CMAKE
)
$(
FMT_CMAKECONF
)
.
cd
$<
&&
$(
MAKE
)
install
cd
$<
&&
mv
$(
PREFIX
)
/share/pkgconfig/fmt.pc
$(
PREFIX
)
/lib/pkgconfig/
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