e4e4c74805
- 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.
12 lines
262 B
Text
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=""
|
|
|