allow Windows DLLs to be built

based on a patch from Jan Engelhardt
This commit is contained in:
Brent Cook
2014-12-14 16:42:47 -06:00
parent 09e5a841cd
commit d2342f36bc
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ lib_LTLIBRARIES = libssl.la
EXTRA_DIST = VERSION
libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@
libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined
libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
libssl_la_LIBADD = ../crypto/libcrypto.la