aports/main/alpine/libcrypto-underlinking.patch

12 lines
322 B
Diff

--- ./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])