summaryrefslogtreecommitdiff
path: root/mail/ssmtp/files/patch-configure
blob: ef3481f96d2ddfcd2eca659c8014747e14c626bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- configure.orig	Fri Sep 27 14:47:52 2002
+++ configure	Wed Oct  1 16:42:07 2003
@@ -1340,7 +1340,7 @@
 #define HAVE_SSL 1
 EOF
 
-	LIBS="$LIBS -lssl"
+	LIBS="$LIBS $LDFLAGS -lssl -lcrypto"
 fi
 enableval=""
 
--- configure.orig	2009-11-01 23:52:55.000000000 +0200
+++ configure	2009-11-01 23:53:42.000000000 +0200
@@ -1591,7 +1591,8 @@
 #define MD5AUTH 1
 EOF
 
-	SRCS="$SRCS md5auth/md5c.c md5auth/hmac_md5.c"
+	SRCS="$SRCS md5auth/hmac_md5.c"
+	LIBS="$LIBS -lmd"
 fi
 enableval=""