freebsd-ports/mail/ssmtp/files/patch-configure
Mateusz Piotrowski e4e4c74805 Clean up patches
- Clean up REINPLACE_CMDs, use patches if possible
- Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one
  patch for the configure script
- Patch ssmtp.8 to refer to the proper path for sendmail
- Remove a patch adding strndup for FreeBSD 7.
2020-10-22 11:10:17 +00:00

12 lines
262 B
Text

--- 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=""