Skip to content
Snippets Groups Projects
Commit bebf371b authored by Grant Robinson's avatar Grant Robinson Committed by Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/configure.ac:1.76
parent 1b2ad2d9
No related branches found
No related tags found
No related merge requests found
......@@ -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)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment