Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
a0619961
Commit
a0619961
authored
Oct 31, 2011
by
Martin Storsjö
Committed by
Niels Möller
Oct 31, 2011
Browse files
(LIBHOGWEED_LIBS): Typo fix for the darwin case. Spotted by Martin
Storsjö. Rev: nettle/ChangeLog:1.228 Rev: nettle/configure.ac:1.45
parent
d56aa132
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a0619961
2011-10-31 Niels Mller <nisse@lysator.liu.se>
* configure.ac (LIBHOGWEED_LIBS): Typo fix for the darwin case.
Spotted by Martin Storsj.
2011-10-25 Niels Mller <nisse@lysator.liu.se>
* configure.ac (LIBHOGWEED_LIBS): cygwin fix, added
...
...
configure.ac
View file @
a0619961
...
...
@@ -290,7 +290,7 @@ case "$host_os" in
LIBHOGWEED_SONAME='libhogweed.$(LIBHOGWEED_MAJOR).dylib'
LIBHOGWEED_FILE='libhogweed.$(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR).dylib'
LIBHOGWEED_LINK='$(CC) -dynamiclib -L. $(LDFLAGS) -install_name ${libdir}/$(LIBHOGWEED_SONAME) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)'
LIBHOGWEED_LIBS='-lnettle -gmp'
LIBHOGWEED_LIBS='-lnettle -
l
gmp'
;;
solaris*)
# Sun's ld uses -h to set the soname, and this option is passed
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment