diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | contrib/cygwin/README | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ | |||
4 | - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than | 4 | - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than |
5 | -L/-l; fixes linking problems on some platforms | 5 | -L/-l; fixes linking problems on some platforms |
6 | - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC | 6 | - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC |
7 | - (djm) [contrib/cygwin/README] Correct build instructions; from Corinna | ||
7 | 8 | ||
8 | 20140819 | 9 | 20140819 |
9 | - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen | 10 | - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen |
diff --git a/contrib/cygwin/README b/contrib/cygwin/README index dd21493d7..1396d99cd 100644 --- a/contrib/cygwin/README +++ b/contrib/cygwin/README | |||
@@ -69,7 +69,7 @@ Building OpenSSH | |||
69 | Building from source is easy. Just unpack the source archive, cd to that | 69 | Building from source is easy. Just unpack the source archive, cd to that |
70 | directory, and call cygport: | 70 | directory, and call cygport: |
71 | 71 | ||
72 | cygport openssh.cygport almostall | 72 | cygport openssh.cygport all |
73 | 73 | ||
74 | You must have installed the following packages to be able to build OpenSSH | 74 | You must have installed the following packages to be able to build OpenSSH |
75 | with the aforementioned cygport script: | 75 | with the aforementioned cygport script: |