Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
a5a2740b
Commit
a5a2740b
authored
Aug 28, 2006
by
Grant Robinson
Committed by
Niels Möller
Aug 28, 2006
Browse files
*** empty log message ***
Rev: src/nettle/configure.ac:1.76
parent
9d036c9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/configure.ac
View file @
a5a2740b
...
...
@@ -157,6 +157,13 @@ case "$host_os" in
SHLIBLINK='$(CC) $(LDFLAGS) -shared -Wl,--out-implib=$(SHLIBFILE) -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive'
SHLIBLIBS='-Wl,--no-whole-archive $(LIBS)'
;;
darwin*)
SHLIBFORLINK=libnettle.dylib
SHLIBSONAME='$(SHLIBFORLINK).$(SHLIBMAJOR)'
SHLIBFILE='$(SHLIBSONAME).$(SHLIBMINOR)'
SHLIBLINK='$(CC) -dynamiclib $(LDFLAGS)'
# SHLIBLIBS=' -lgmp'
;;
*)
SHLIBFORLINK=libnettle.so
SHLIBSONAME='$(SHLIBFORLINK).$(SHLIBMAJOR)'
...
...
Write
Preview
Supports
Markdown
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