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
Brian Smith
nettle
Commits
bebf371b
Commit
bebf371b
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
1b2ad2d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bebf371b
...
...
@@ -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
.
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