diff options
author | Brent Cook <busterb@gmail.com> | 2019-11-07 18:59:44 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-11-07 19:01:05 -0600 |
commit | 3e0f7e90e2d3a713d8598e0b1d98123f06d504ad (patch) | |
tree | dbcbc3ff528d7e1c46d74719c798a1da14b2127b | |
parent | 73fb0f8991f35c8363c41a7e24fd24d148ae372d (diff) | |
download | portable-3e0f7e90e2d3a713d8598e0b1d98123f06d504ad.tar.gz portable-3e0f7e90e2d3a713d8598e0b1d98123f06d504ad.tar.bz2 portable-3e0f7e90e2d3a713d8598e0b1d98123f06d504ad.zip |
add PLATFORM_LDADD to libssl
-rw-r--r-- | ssl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 02109f5..8b80c7b 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -7,7 +7,7 @@ EXTRA_DIST += CMakeLists.txt | |||
7 | EXTRA_DIST += ssl.sym | 7 | EXTRA_DIST += ssl.sym |
8 | 8 | ||
9 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym | 9 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym |
10 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la | 10 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) |
11 | 11 | ||
12 | libssl_la_SOURCES = bio_ssl.c | 12 | libssl_la_SOURCES = bio_ssl.c |
13 | libssl_la_SOURCES += bs_ber.c | 13 | libssl_la_SOURCES += bs_ber.c |