aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ssmtp/files/patch-configure
blob: 18512823b398c74cd884c887c9d265f6fa79d431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.orig  2020-10-22 09:36:35 UTC
+++ configure
@@ -1591,7 +1591,8 @@ if test x$enableval = xyes ; then
 #define MD5AUTH 1
 EOF
 
-   SRCS="$SRCS md5auth/md5c.c md5auth/hmac_md5.c"
+   SRCS="$SRCS md5auth/hmac_md5.c"
+   LIBS="$LIBS -lmd"
 fi
 enableval=""