aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ssmtp/ssmtp-2.61/libs-lcrypto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ssmtp/ssmtp-2.61/libs-lcrypto.patch')
-rw-r--r--recipes/ssmtp/ssmtp-2.61/libs-lcrypto.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/ssmtp/ssmtp-2.61/libs-lcrypto.patch b/recipes/ssmtp/ssmtp-2.61/libs-lcrypto.patch
new file mode 100644
index 0000000000..8f2cf84df4
--- /dev/null
+++ b/recipes/ssmtp/ssmtp-2.61/libs-lcrypto.patch
@@ -0,0 +1,13 @@
+Index: ssmtp-2.61/configure.in
+===================================================================
+--- ssmtp-2.61.orig/configure.in 2005-03-31 18:53:48.046049000 +1000
++++ ssmtp-2.61/configure.in 2005-03-31 19:10:49.919318000 +1000
+@@ -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=""
+