Magellan Linux

Annotation of /trunk/ssmtp/patches/ssmtp-2.60.9-missing-crypto.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 352 byte(s)
-import

1 niro 153 --- ssmtp-2.61/configure.in.org 2006-04-09 15:34:10.000000000 +0200
2     +++ ssmtp-2.61/configure.in 2006-04-09 15:34:24.000000000 +0200
3     @@ -52,7 +52,7 @@
4     [ --enable-ssl support for secure connection to mail server])
5     if test x$enableval = xyes ; then
6     AC_DEFINE(HAVE_SSL)
7     - LIBS="$LIBS -lssl"
8     + LIBS="$LIBS -lssl -lcrypto"
9     fi
10     enableval=""
11