]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ssmtp/ssmtp-2.61/libs-lcrypto.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ssmtp / ssmtp-2.61 / libs-lcrypto.patch
1 Index: ssmtp-2.61/configure.in
2 ===================================================================
3 --- ssmtp-2.61.orig/configure.in        2005-03-31 18:53:48.046049000 +1000
4 +++ ssmtp-2.61/configure.in     2005-03-31 19:10:49.919318000 +1000
5 @@ -52,7 +52,7 @@
6  [  --enable-ssl           support for secure connection to mail server])
7  if test x$enableval = xyes ; then
8         AC_DEFINE(HAVE_SSL)
9 -       LIBS="$LIBS -lssl"
10 +       LIBS="$LIBS -lssl -lcrypto"
11  fi
12  enableval=""
13