diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 14:53:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:31 +0000 |
commit | 11cd8a2803f31722a1e14de5f31a9eb15e2b35e6 (patch) | |
tree | fbe9604a1944e60ea8d270dced736cc0cc9caff2 /main/libressl/ssl-libcompat.patch | |
parent | 4eb080e5d0e5c4f071cdb1760721d36e11574a3c (diff) | |
download | aports-11cd8a2803f31722a1e14de5f31a9eb15e2b35e6.tar.gz aports-11cd8a2803f31722a1e14de5f31a9eb15e2b35e6.tar.bz2 aports-11cd8a2803f31722a1e14de5f31a9eb15e2b35e6.tar.xz |
main/libressl: upgrade to 2.6.3
Diffstat (limited to 'main/libressl/ssl-libcompat.patch')
-rw-r--r-- | main/libressl/ssl-libcompat.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/libressl/ssl-libcompat.patch b/main/libressl/ssl-libcompat.patch new file mode 100644 index 00000000000..c28c33aa5cb --- /dev/null +++ b/main/libressl/ssl-libcompat.patch @@ -0,0 +1,13 @@ +diff --git a/ssl/Makefile.am b/ssl/Makefile.am +index 99d138a..9d8f1f4 100644 +--- a/ssl/Makefile.am ++++ b/ssl/Makefile.am +@@ -7,7 +7,7 @@ EXTRA_DIST += CMakeLists.txt + EXTRA_DIST += ssl.sym + + libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym +-libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la ++libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(abs_top_builddir)/crypto/libcompat.la + + libssl_la_SOURCES = bio_ssl.c + libssl_la_SOURCES += bs_ber.c |