summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-05-29 08:54:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-05-29 08:54:47 +0000
commit09cf8b901d5815746fa51c9f02880cfe59f2cd75 (patch)
tree55c607764ddbe34e07c441725b867c3dd4c3fe2e /security/sudo
parentmake S/Key support actually work (diff)
this is better
Notes
Notes: svn path=/head/; revision=11186
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa
index e31695f3f34c..6c3ee100ab8b 100644
--- a/security/sudo/files/patch-aa
+++ b/security/sudo/files/patch-aa
@@ -46,7 +46,7 @@
if test "$with_skey" = "yes"; then
- SUDO_LIBS="${SUDO_LIBS} -lskey"
-+ SUDO_LIBS="${SUDO_LIBS} -lskey /usr/lib/libmd.a"
++ 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