Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
b517f5b9
Commit
b517f5b9
authored
Mar 06, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build shared libraries by default.
parent
7c1ce4e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
ChangeLog
+4
-0
configure.ac
configure.ac
+2
-2
No files found.
ChangeLog
View file @
b517f5b9
2012-03-05 Niels Möller <nisse@lysator.liu.se>
* configure.ac (enable_shared): Build shared libraries by default.
2012-02-27 Niels Möller <nisse@lysator.liu.se>
* list-obj-sizes.awk: Recognize elf64 objects.
...
...
configure.ac
View file @
b517f5b9
...
...
@@ -44,8 +44,8 @@ AC_ARG_ENABLE(assembler,
[enable_assembler=yes])
AC_ARG_ENABLE(shared,
AC_HELP_STRING([--
en
able-shared], [
B
uild a shared library]),,
[enable_shared=
no
])
AC_HELP_STRING([--
dis
able-shared], [
Do not b
uild a
ny
shared library]),,
[enable_shared=
yes
])
AC_ARG_ENABLE(pic,
AC_HELP_STRING([--disable-pic],
...
...
Write
Preview
Markdown
is supported
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