blob: 5007f7ead3d18653046c8cd7c846dc764c958a28 (
plain)
1
2
3
4
5
6
7
8
9
10
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])
|