1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/mail/ssmtp/files/patch-configure
Greg Larkin babc0d2b02 - Updated to 2.62.3
- Link against system MD5 libs instead of included modules to fix
  CRAM-MD5 authentication

PR:		ports/140175
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
2009-12-05 03:20:00 +00:00

25 lines
489 B
Plaintext

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