mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
this is better
This commit is contained in:
parent
24c2e25bc9
commit
09cf8b901d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11186
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user