mirror of git://anongit.mindrot.org/openssh.git
- (bal) [configure.ac] Missing ;; from cray patch.
This commit is contained in:
parent
232ccf7754
commit
762104ede0
|
@ -3,6 +3,7 @@
|
|||
- (stevesk) [xmmap.c] missing prototype for fatal()
|
||||
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
|
||||
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
|
||||
- (bal) [configure.ac] Missing ;; from cray patch.
|
||||
|
||||
20020721
|
||||
- (stevesk) [auth-pam.c] merge cosmetic changes from solar's
|
||||
|
@ -1414,4 +1415,4 @@
|
|||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2389 2002/07/22 23:34:25 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2390 2002/07/23 00:00:05 mouring Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.ac,v 1.83 2002/07/22 23:34:25 mouring Exp $
|
||||
# $Id: configure.ac,v 1.84 2002/07/23 00:00:06 mouring Exp $
|
||||
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ssh.c])
|
||||
|
@ -287,6 +287,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||
LDFLAGS="$LDFLAGS"
|
||||
LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm"
|
||||
MANTYPE=cat
|
||||
;;
|
||||
*-*-unicos*)
|
||||
no_libsocket=1
|
||||
no_libnsl=1
|
||||
|
|
Loading…
Reference in New Issue