1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

this is better

This commit is contained in:
David E. O'Brien 1998-05-29 08:54:47 +00:00
parent 24c2e25bc9
commit 09cf8b901d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11186

View File

@ -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