Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
75d3fcc8
Commit
75d3fcc8
authored
Jul 07, 2012
by
Niels Möller
Browse files
Added -lm when linking nettle-benchmark.
parent
713658fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
75d3fcc8
2012-07-07 Niels Möller <nisse@lysator.liu.se>
* examples/Makefile.in (BENCH_LIBS): Added -lm, needed for the
ldexp function. Reported by Anthony G. Basile.
* configure.ac: Changed version number to 2.6.
* Released nettle-2.5.
...
...
examples/Makefile.in
View file @
75d3fcc8
...
...
@@ -11,7 +11,7 @@ PRE_CPPFLAGS = -I.. -I$(top_srcdir)
PRE_LDFLAGS
=
-L
..
OPENSSL_LIBFLAGS
=
@OPENSSL_LIBFLAGS@
BENCH_LIBS
=
@BENCH_LIBS@
BENCH_LIBS
=
@BENCH_LIBS@
-lm
RSA_TARGETS
=
rsa-keygen
$(EXEEXT)
rsa-sign
$(EXEEXT)
\
rsa-verify
$(EXEEXT)
rsa-encrypt
$(EXEEXT)
rsa-decrypt
$(EXEEXT)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment