From d2342f36bcf81dbcea22bb113a5d0e9e0de505f8 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 14 Dec 2014 16:42:47 -0600 Subject: allow Windows DLLs to be built based on a patch from Jan Engelhardt --- ssl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 87aeff6..5dad39f 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -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 -- cgit v1.2.3-55-g6feb