mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
- (bal) Changed order of LIB="" in -with-skey due to library resolving.
This commit is contained in:
parent
1c56a01c87
commit
b0c2eeb96c
@ -2,7 +2,8 @@
|
||||
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
||||
- (bal) Minor Makefile fix
|
||||
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
|
||||
right.
|
||||
right.
|
||||
- (bal) Changed order of LIB="" in -with-skey due to library resolving.
|
||||
|
||||
20010103
|
||||
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
||||
|
@ -1216,7 +1216,7 @@ AC_ARG_WITH(skey,
|
||||
fi
|
||||
|
||||
AC_DEFINE(SKEY)
|
||||
LIBS="$LIBS -lskey"
|
||||
LIBS="-lskey $LIBS"
|
||||
SKEY_MSG="yes"
|
||||
|
||||
AC_CHECK_FUNC(skey_keyinfo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user