search for: sftplib

Displaying 1 result from an estimated 1 matches for "sftplib".

2002 Jul 01
3
patch: readline support for sftp
...------- diff -Nru openssh-3.4p1/Makefile.in openssh-3.4p1.readline/Makefile.in --- openssh-3.4p1/Makefile.in Wed Jun 26 01:45:42 2002 +++ openssh-3.4p1.readline/Makefile.in Mon Jul 1 04:14:05 2002 @@ -42,6 +42,7 @@ CFLAGS=@CFLAGS@ CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@ LIBS=@LIBS@ +SFTPLIB=@SFTPLIB@ LIBPAM=@LIBPAM@ LIBWRAP=@LIBWRAP@ AR=@AR@ @@ -138,7 +139,7 @@ $(LD) -o $@ sftp-server.o sftp-common.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) sftp$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-int.o sftp-common.o sftp-glob.o - $(LD) -o $@ sftp.o sftp-client.o sftp-c...