mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-12 11:21:50 +01:00
12 lines
263 B
Diff
12 lines
263 B
Diff
--- ./configure.in.orig
|
|
+++ ./configure.in
|
|
@@ -52,7 +52,7 @@
|
|
[ --enable-ssl support for secure connection to mail server])
|
|
if test x$enableval = xyes ; then
|
|
AC_DEFINE(HAVE_SSL)
|
|
- LIBS="$LIBS -lssl"
|
|
+ LIBS="$LIBS -lssl -lcrypto"
|
|
fi
|
|
enableval=""
|
|
|