Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
25461253
Commit
25461253
authored
May 14, 2007
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac: Fixed copy-and-paste errors in shared library
name setup. Rev: nettle/configure.ac:1.4
parent
d00b3edd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
nettle/configure.ac
nettle/configure.ac
+5
-5
No files found.
nettle/configure.ac
View file @
25461253
...
...
@@ -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
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