mirror of git://anongit.mindrot.org/openssh.git
- (djm) [contrib/cygwin/README] Correct build instructions; from Corinna
This commit is contained in:
parent
f0935698f0
commit
54703e3cf6
|
@ -4,6 +4,7 @@
|
|||
- (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
|
||||
-L/-l; fixes linking problems on some platforms
|
||||
- (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC
|
||||
- (djm) [contrib/cygwin/README] Correct build instructions; from Corinna
|
||||
|
||||
20140819
|
||||
- (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen
|
||||
|
|
|
@ -69,7 +69,7 @@ Building OpenSSH
|
|||
Building from source is easy. Just unpack the source archive, cd to that
|
||||
directory, and call cygport:
|
||||
|
||||
cygport openssh.cygport almostall
|
||||
cygport openssh.cygport all
|
||||
|
||||
You must have installed the following packages to be able to build OpenSSH
|
||||
with the aforementioned cygport script:
|
||||
|
|
Loading…
Reference in New Issue