aports/main/ssmtp/libcrypto-underlinking.patch
Natanael Copa 825163e06e main/ssmtp: fix underlinking to libcrypto
and cleanup unused patch
2012-01-03 10:04:44 +00:00

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=""