mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 10:12:59 +01:00
12 lines
322 B
Diff
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])
|