Skip to content
Snippets Groups Projects
Commit d56aa132 authored by Volker Zell's avatar Volker Zell Committed by Niels Möller
Browse files

(LIBHOGWEED_LIBS): cygwin fix, added

libnettle.dll.a. Reported by Volker Zell.

Rev: nettle/ChangeLog:1.227
Rev: nettle/configure.ac:1.44
parent 69d39d67
No related branches found
No related tags found
No related merge requests found
2011-10-25 Niels Mller <nisse@lysator.liu.se>
* configure.ac (LIBHOGWEED_LIBS): cygwin fix, added
libnettle.dll.a. Reported by Volker Zell.
2011-10-18 Niels Mller <nisse@lysator.liu.se> 2011-10-18 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Improved setup fr darwin shared libraries. * configure.ac: Improved setup fr darwin shared libraries.
......
...@@ -277,7 +277,7 @@ case "$host_os" in ...@@ -277,7 +277,7 @@ case "$host_os" in
LIBHOGWEED_SONAME='' LIBHOGWEED_SONAME=''
LIBHOGWEED_FILE='libhogweed.dll.a' LIBHOGWEED_FILE='libhogweed.dll.a'
LIBHOGWEED_LINK='$(CC) $(LDFLAGS) -shared -Wl,--out-implib=$(LIBHOGWEED_FILE) -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) libnettle.dll.a'
;; ;;
darwin*) darwin*)
LIBNETTLE_FORLINK=libnettle.dylib LIBNETTLE_FORLINK=libnettle.dylib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment