mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
babc0d2b02
- 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>
25 lines
489 B
Plaintext
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=""
|
|
|
|
|