Skip to content
Snippets Groups Projects
Commit 92de427d authored by Vincent Torri's avatar Vincent Torri Committed by Niels Möller
Browse files

(LIBNETTLE_LINK, LIBHOGWEED_LINK): Cygwin fix, from Vincent Torri.

Rev: nettle/ChangeLog:1.182
Rev: nettle/configure.ac:1.31
parent 2b39cfeb
No related branches found
No related tags found
No related merge requests found
2011-06-09 Niels Mller <nisse@lysator.liu.se>
* configure.ac (LIBNETTLE_LINK, LIBHOGWEED_LINK): Cygwin fix, from
Vincent Torri.
2011-06-08 Niels Mller <nisse@lysator.liu.se> 2011-06-08 Niels Mller <nisse@lysator.liu.se>
* serpent-encrypt.c (SBOX4): Renamed arguments.
* examples/eratosthenes.c (find_first_one): Fixed c99-style * examples/eratosthenes.c (find_first_one): Fixed c99-style
declaration. Reported by Sebastian Reitenbach. declaration. Reported by Sebastian Reitenbach.
(find_first_one): Declare the lookup table as static const, and (find_first_one): Declare the lookup table as static const, and
......
...@@ -254,13 +254,13 @@ case "$host_os" in ...@@ -254,13 +254,13 @@ case "$host_os" in
LIBNETTLE_FORLINK='cygnettle-$(LIBNETTLE_MAJOR)-$(LIBNETTLE_MINOR).dll' LIBNETTLE_FORLINK='cygnettle-$(LIBNETTLE_MAJOR)-$(LIBNETTLE_MINOR).dll'
LIBNETTLE_SONAME='' LIBNETTLE_SONAME=''
LIBNETTLE_FILE='libnettle.dll.a' 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_LINK='$(CC) $(LDFLAGS) -shared -Wl,--out-implib=$(LIBNETTLE_FILE) -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive'
LIBNETTLE_LIBS='-Wl,--no-whole-archive $(LIBS)' LIBNETTLE_LIBS='-Wl,--no-whole-archive $(LIBS)'
LIBHOGWEED_FORLINK='cyghogweed-$(LIBHOGWEED_MAJOR)-$(LIBHOGWEED_MINOR).dll' LIBHOGWEED_FORLINK='cyghogweed-$(LIBHOGWEED_MAJOR)-$(LIBHOGWEED_MINOR).dll'
LIBHOGWEED_SONAME='' LIBHOGWEED_SONAME=''
LIBHOGWEED_FILE='libhogweed.dll.a' LIBHOGWEED_FILE='libhogweed.dll.a'
LIBHOGWEED_LINK='$(CC) $(LDFLAGS) -shared -Wl,--out-implib=$(LIBHOGWEED_LIBFILE) -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive' LIBHOGWEED_LINK='$(CC) $(LDFLAGS) -shared -Wl,--out-implib=$(LIBHOGWEED_FILE) -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive'
LIBHOGWEED_LIBS='-Wl,--no-whole-archive $(LIBS)' LIBHOGWEED_LIBS='-Wl,--no-whole-archive $(LIBS)'
;; ;;
darwin*) darwin*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment