freebsd-ports/security/sudo/files/patch-aa
2002-04-25 17:20:23 +00:00

11 lines
349 B
Text

--- configure.orig Thu Apr 25 10:16:31 2002
+++ configure Thu Apr 25 10:18:04 2002
@@ -10564,7 +10564,7 @@
fi
if test "$with_skey" = "yes"; then
- SUDO_LIBS="${SUDO_LIBS} -lskey"
+ SUDO_LIBS="${SUDO_LIBS} -lskey -lmd"
if test -f /usr/include/skey.h -a -f /usr/lib/libskey.a; then
:
elif test -f /usr/local/include/skey.h; then