Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
e8788330
Commit
e8788330
authored
18 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
* configure.ac: Fixed copy-and-paste errors in shared library
name setup. Rev: nettle/configure.ac:1.4
parent
1863bf49
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+5
-5
5 additions, 5 deletions
configure.ac
with
5 additions
and
5 deletions
configure.ac
+
5
−
5
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)'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment