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
d2f88a9f
Commit
d2f88a9f
authored
4 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update nettle
Change-Id: I5faea9221c6c6c60e75e5b9cc31559a900892a23
parent
008d0b63
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/nettle/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/nettle/SHA512SUMS
contrib/src/nettle/rules.mak
+3
-6
3 additions, 6 deletions
contrib/src/nettle/rules.mak
with
4 additions
and
7 deletions
contrib/src/nettle/SHA512SUMS
+
1
−
1
View file @
d2f88a9f
2471af875e51327af61af8bda53cd9
c3
a
dc
27b6e32592a4b5b10b3ec60999ebf771ab9c54c747b0bade4b3b5a717e77fdbdb53699dd9e8a9ed4eee07f46aed51 nettle-3.6
.tar.gz
559d2afdbfb1ab0de2231e04b1ab15c11e1
c3
8
dc
5a859f2f9f64124d6370a310319977d6ba7628ae2e1234e5821a7d7182bfdfc7f7475be9276cd69481c3447e nettle-91df68136ad1562cf9217599254706d8cfa970ea
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/nettle/rules.mak
+
3
−
6
View file @
d2f88a9f
# Nettle
NETTLE_VERSION
:=
3.6
NETTLE_URL
:=
$(
GNU
)
/nettle/nettle-
$(
NETTLE_VERSION
)
.tar.gz
NETTLE_VERSION
:=
91df68136ad1562cf9217599254706d8cfa970ea
NETTLE_URL
:=
https://git.lysator.liu.se/aberaud/nettle/-/archive/
$(
NETTLE_VERSION
)
/nettle-
$(
NETTLE_VERSION
)
.tar.gz
PKGS
+=
nettle
ifeq
($(call need_pkg,"nettle >= 3.4.1"),)
...
...
@@ -24,10 +23,8 @@ DEPS_nettle = gmp
.nettle
:
nettle
ifdef
HAVE_IOS
cd
$<
&&
sed
-i
.orig s/-ggdb3//g configure.ac
endif
cd
$<
&&
autoreconf
cd
$<
&&
$(
HOSTVARS
)
CFLAGS
=
"
$(
CFLAGS
)
-O3"
./configure
$(
HOSTCONF
)
else
cd
$<
&&
$(
HOSTVARS
)
./configure
--disable-documentation
$(
HOSTCONF
)
endif
cd
$<
&&
$(
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