1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/sudo/files/patch-aa

12 lines
347 B
Plaintext
Raw Normal View History

--- configure.orig Mon Jan 12 20:45:09 1998
+++ configure Fri May 29 01:31:07 1998
@@ -4557,7 +4573,7 @@
1998-05-29 08:30:27 +00:00
fi
if test "$with_skey" = "yes"; then
- SUDO_LIBS="${SUDO_LIBS} -lskey"
1998-05-29 08:54:47 +00:00
+ SUDO_LIBS="${SUDO_LIBS} -lskey -lmd"
1998-05-29 08:30:27 +00:00
if test -f /usr/include/skey.h -a -f /usr/lib/libskey.a; then
:
elif test -f /usr/local/include/skey.h; then