diff options
author | Brent Cook <bcook@openbsd.org> | 2014-12-14 16:42:47 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-14 16:59:35 -0600 |
commit | d2342f36bcf81dbcea22bb113a5d0e9e0de505f8 (patch) | |
tree | ad303cfe96fd708a9c761566cbbc36b6ec2a8af2 /tls | |
parent | 09e5a841cdfedf46be51cfebab002d4a8fb0face (diff) | |
download | portable-d2342f36bcf81dbcea22bb113a5d0e9e0de505f8.tar.gz portable-d2342f36bcf81dbcea22bb113a5d0e9e0de505f8.tar.bz2 portable-d2342f36bcf81dbcea22bb113a5d0e9e0de505f8.zip |
allow Windows DLLs to be built
based on a patch from Jan Engelhardt
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index 31ee861..cba2b9e 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libtls.la | |||
5 | 5 | ||
6 | EXTRA_DIST = VERSION | 6 | EXTRA_DIST = VERSION |
7 | 7 | ||
8 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ | 8 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined |
9 | libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | 9 | libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) |
10 | libtls_la_LIBADD = ../ssl/libssl.la | 10 | libtls_la_LIBADD = ../ssl/libssl.la |
11 | 11 | ||