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
69d39d67
Commit
69d39d67
authored
Oct 18, 2011
by
Ryan Schmidt
Committed by
Niels Möller
Oct 18, 2011
Browse files
Improved setup för darwin shared libraries. Patch contributed by Ryan
Schmidt. Rev: nettle/ChangeLog:1.226 Rev: nettle/configure.ac:1.43
parent
ae3e68e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
69d39d67
2011-10-18 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Improved setup fr darwin shared libraries.
Patch contributed by Ryan Schmidt.
2011-10-03 Niels Mller <nisse@lysator.liu.se>
* x86_64/memxor.asm: Implemented sse2-loop. Configured at compile
...
...
configure.ac
View file @
69d39d67
...
...
@@ -281,16 +281,16 @@ case "$host_os" in
;;
darwin*)
LIBNETTLE_FORLINK=libnettle.dylib
LIBNETTLE_SONAME='
$(LIBNETTLE_FORLINK)
.$(LIBNETTLE_MAJOR)'
LIBNETTLE_FILE='$(LIBNETTLE_
SONAME
).$(LIBNETTLE_MINOR)'
LIBNETTLE_LINK='$(CC) -dynamiclib $(LDFLAGS)'
LIBNETTLE_SONAME='
libnettle
.$(LIBNETTLE_MAJOR)
.dylib
'
LIBNETTLE_FILE='
libnettle.
$(LIBNETTLE_
MAJOR
).$(LIBNETTLE_MINOR)
.dylib
'
LIBNETTLE_LINK='$(CC) -dynamiclib $(LDFLAGS)
-install_name ${libdir}/$(LIBNETTLE_SONAME) -compatibility_version $(LIBNETTLE_MAJOR) -current_version $(LIBNETTLE_MAJOR).$(LIBNETTLE_MINOR)
'
LIBNETTLE_LIBS=''
LIBHOGWEED_FORLINK=libhogweed.dylib
LIBHOGWEED_SONAME='
$(LIBHOGWEED_FORLINK)
.$(LIBHOGWEED_MAJOR)'
LIBHOGWEED_FILE='$(LIBHOGWEED_
SONAME
).$(LIBHOGWEED_MINOR)'
LIBHOGWEED_LINK='$(CC) -dynamiclib $(LDFLAGS)'
LIBHOGWEED_LIBS=''
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
'
;;
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