diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-05-24 19:43:13 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-05-24 19:51:26 +0200 |
commit | 61ed183084f3ab8c122bd6bce5b98e550ef6a7be (patch) | |
tree | fe26c224e09b45cb4aa5dab93b512321499e8d3d /main/libressl/ssl-libcompat.patch | |
parent | ae9f53b631f0eb9b130929ab1726089809cbdef0 (diff) | |
download | aports-61ed183084f3ab8c122bd6bce5b98e550ef6a7be.tar.gz aports-61ed183084f3ab8c122bd6bce5b98e550ef6a7be.tar.bz2 aports-61ed183084f3ab8c122bd6bce5b98e550ef6a7be.tar.xz |
main/libressl: upgrade to 3.1.2
Diffstat (limited to 'main/libressl/ssl-libcompat.patch')
-rw-r--r-- | main/libressl/ssl-libcompat.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libressl/ssl-libcompat.patch b/main/libressl/ssl-libcompat.patch index c28c33aa5c..4af15c3a31 100644 --- a/main/libressl/ssl-libcompat.patch +++ b/main/libressl/ssl-libcompat.patch @@ -2,12 +2,12 @@ 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 +@@ -7,7 +7,7 @@ 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_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) ++libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(abs_top_builddir)/crypto/libcompat.la $(PLATFORM_LDADD) libssl_la_SOURCES = bio_ssl.c libssl_la_SOURCES += bs_ber.c |