Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
447
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
263b3cbb
Commit
263b3cbb
authored
3 years ago
by
Marvin Scholz
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update nettle to 3.7.3
parent
6b9336b5
No related branches found
Branches containing commit
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/src/nettle/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/nettle/SHA512SUMS
contrib/src/nettle/fix-cc-for-build.patch
+0
-34
0 additions, 34 deletions
contrib/src/nettle/fix-cc-for-build.patch
contrib/src/nettle/rules.mak
+1
-2
1 addition, 2 deletions
contrib/src/nettle/rules.mak
with
2 additions
and
37 deletions
contrib/src/nettle/SHA512SUMS
+
1
−
1
View file @
263b3cbb
26aefbbe9927e90e28f271e56d2ba876611831222d0e1e1a58bdb75bbd50934fcd84418a4fe47b845f557e60a9786a72a4de2676c930447b104f2256aca7a54f
nettle-3.
4.1
.tar.gz
9901eba305421adff6d551ac7f478dff3f68a339d444c776724ab0b977fe6be792b1d2950c8705acbe76bd924fd6d898a65eded546777884be3b436d0e052437
nettle-3.
7.3
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/nettle/fix-cc-for-build.patch
deleted
100644 → 0
+
0
−
34
View file @
6b9336b5
From 91df68136ad1562cf9217599254706d8cfa970ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Sun, 20 Sep 2020 19:35:54 +0200
Subject: [PATCH] m4: follow GMP changes for GMP_PROG_CC_FOR_BUILD
---
aclocal.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4
index 513b2df4..e81e0351 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -369,7 +369,7 @@
cat >conftest.c <<EOF
int
main ()
{
- exit(0);
+ return 0;
}
EOF
gmp_compile="$1 conftest.c"
@@ -410,7 +410,7 @@
else
int
main ()
{
- exit (0);
+ return 0;
}
EOF
for i in .exe ,ff8 ""; do
--
GitLab
This diff is collapsed.
Click to expand it.
contrib/src/nettle/rules.mak
+
1
−
2
View file @
263b3cbb
# Nettle
NETTLE_VERSION
:=
3.
4.1
NETTLE_VERSION
:=
3.
7.3
NETTLE_URL
:=
$(
GNU
)
/nettle/nettle-
$(
NETTLE_VERSION
)
.tar.gz
ifeq
($(call need_pkg,"nettle >= 3.4.1"),)
...
...
@@ -21,7 +21,6 @@ $(TARBALLS)/nettle-$(NETTLE_VERSION).tar.gz:
nettle
:
nettle-$(NETTLE_VERSION).tar.gz .sum-nettle
$(
UNPACK
)
$(
APPLY
)
$(
SRC
)
/nettle/fix-cc-for-build.patch
$(
MOVE
)
DEPS_nettle
=
gmp
$(
DEPS_gmp
)
...
...
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