]> git.pld-linux.org Git - packages/ssmtp.git/blob - ssmtp-ssl.patch
f8ee26f97ff261b392f49142c6c3a2601dcbec88
[packages/ssmtp.git] / ssmtp-ssl.patch
1 --- ssmtp-2.64.orig/configure   2011-07-20 10:22:04.000000000 +0200
2 +++ ssmtp-2.64/configure        2011-07-20 10:39:43.391200792 +0200
3 @@ -3712,7 +3712,7 @@
4  if test x$enableval = xyes ; then
5         $as_echo "#define HAVE_SSL 1" >>confdefs.h
6  
7 -       LIBS="$LIBS -lssl"
8 +       LIBS="$LIBS -lssl -lcrypto"
9  fi
10  enableval=""
11  
12 --- ssmtp-2.64.orig/configure.in        2011-07-20 10:22:03.000000000 +0200
13 +++ ssmtp-2.64/configure.in     2011-07-20 10:39:53.318295286 +0200
14 @@ -51,7 +51,7 @@
15  [  --enable-ssl           support for secure connection to mail server])
16  if test x$enableval = xyes ; then
17         AC_DEFINE(HAVE_SSL)
18 -       LIBS="$LIBS -lssl"
19 +       LIBS="$LIBS -lssl -lcrypto"
20  fi
21  enableval=""
22  
This page took 0.037492 seconds and 2 git commands to generate.