From b731d3de37ea0e4c87427b345b73abd393ffff14 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Wed, 1 Oct 2003 23:08:01 +0000 Subject: - update to 2.60.4 - use proper OpenSSL hooks - take maintainership PR: 57450 Submitted by: Clement Laforet --- mail/ssmtp/files/patch-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/ssmtp/files/patch-configure') diff --git a/mail/ssmtp/files/patch-configure b/mail/ssmtp/files/patch-configure index 6d5fde1af078..d5de09a8ec58 100644 --- a/mail/ssmtp/files/patch-configure +++ b/mail/ssmtp/files/patch-configure @@ -1,11 +1,11 @@ --- configure.orig Fri Sep 27 14:47:52 2002 -+++ configure Mon Apr 7 01:03:46 2003 ++++ configure Wed Oct 1 16:42:07 2003 @@ -1340,7 +1340,7 @@ #define HAVE_SSL 1 EOF - LIBS="$LIBS -lssl" -+ LIBS="$LIBS -lssl -lcrypto" ++ LIBS="$LIBS $LDFLAGS -lssl -lcrypto" fi enableval="" -- cgit v1.2.3