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
Dmitry Baryshkov
nettle
Commits
e8788330
Commit
e8788330
authored
May 14, 2007
by
Niels Möller
Browse files
* configure.ac: Fixed copy-and-paste errors in shared library
name setup. Rev: nettle/configure.ac:1.4
parent
1863bf49
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e8788330
...
...
@@ -166,15 +166,15 @@ SHLIBCFLAGS="$CCPIC"
case "$host_os" in
cygwin*)
LIBNETTLE_FORLINK='cygnettle-$(
SH
LIBMAJOR)-$(
SH
LIBMINOR).dll'
LIBNETTLE_FORLINK='cygnettle-$(LIB
NETTLE_
MAJOR)-$(LIB
NETTLE_
MINOR).dll'
LIBNETTLE_SONAME=''
LIBNETTLE_FILE='libnettle.dll.a'
LIBNETTLE_LINK='$(CC) $(LDFLAGS) -shared -Wl,--out-implib=$(LIBNETTLE_LIBFILE) -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive'
LIBNETTLE_LIBS='-Wl,--no-whole-archive $(LIBS)'
LIBHOGWEED_FORLINK='cyg
nettle
-$(
SH
LIBMAJOR)-$(
SH
LIBMINOR).dll'
LIBHOGWEED_FORLINK='cyg
hogweed
-$(LIB
HOGWEED_
MAJOR)-$(LIB
HOGWEED_
MINOR).dll'
LIBHOGWEED_SONAME=''
LIBHOGWEED_FILE='lib
nettle
.dll.a'
LIBHOGWEED_FILE='lib
hogweed
.dll.a'
LIBHOGWEED_LINK='$(CC) $(LDFLAGS) -shared -Wl,--out-implib=$(LIBHOGWEED_LIBFILE) -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive'
LIBHOGWEED_LIBS='-Wl,--no-whole-archive $(LIBS)'
;;
...
...
@@ -185,7 +185,7 @@ case "$host_os" in
LIBNETTLE_LINK='$(CC) -dynamiclib $(LDFLAGS)'
LIBNETTLE_LIBS=''
LIBHOGWEED_FORLINK=lib
nettle
.dylib
LIBHOGWEED_FORLINK=lib
hogweed
.dylib
LIBHOGWEED_SONAME='$(LIBHOGWEED_FORLINK).$(LIBHOGWEED_MAJOR)'
LIBHOGWEED_FILE='$(LIBHOGWEED_SONAME).$(LIBHOGWEED_MINOR)'
LIBHOGWEED_LINK='$(CC) -dynamiclib $(LDFLAGS)'
...
...
@@ -199,7 +199,7 @@ case "$host_os" in
# FIXME: It might make some sense to link with -lgmp
LIBNETTLE_LIBS=''
LIBHOGWEED_FORLINK=lib
nettle
.so
LIBHOGWEED_FORLINK=lib
hogweed
.so
LIBHOGWEED_SONAME='$(LIBHOGWEED_FORLINK).$(LIBHOGWEED_MAJOR)'
LIBHOGWEED_FILE='$(LIBHOGWEED_SONAME).$(LIBHOGWEED_MINOR)'
LIBHOGWEED_LINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(LIBHOGWEED_SONAME)'
...
...
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