summaryrefslogtreecommitdiffstats
path: root/main/alpine/libcrypto-underlinking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/alpine/libcrypto-underlinking.patch')
-rw-r--r--main/alpine/libcrypto-underlinking.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/alpine/libcrypto-underlinking.patch b/main/alpine/libcrypto-underlinking.patch
new file mode 100644
index 000000000..5007f7ead
--- /dev/null
+++ b/main/alpine/libcrypto-underlinking.patch
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig
++++ ./configure.ac
+@@ -954,7 +954,7 @@
+ if test "x$alpine_SSLTYPE" != "xnone" ; then
+ AC_SEARCH_LIBS(SSL_library_init,ssl,
+ [
+- LIBS="$LIBS -lssl"
++ LIBS="$LIBS -lssl -lcrypto"
+ ])
+ if test "x$alpine_SSLTYPE" = "xnone" ; then
+ AC_MSG_NOTICE([OpenSSL libraries NOT found])