summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-06-17 11:11:44 -0700
committerTim Rice <tim@multitalents.net>2010-06-17 11:11:44 -0700
commitb9ae4ec556e6ee4cbe0c6cc7fb4ec9b9486cb8f7 (patch)
treeca9a5db533c9e57d3bd8754604b09c970d68e169
parentd0e4a8e2e0bc6fcee6cd8486fbcdffaf7d037aed (diff)
- (tim) [contrib/cygwin/README] Remove a reference to the obsolete
minires-devel package, and to add the reference to the libedit-devel package since CYgwin now provides libedit. Patch from Corinna Vinschen.
-rw-r--r--ChangeLog5
-rw-r--r--contrib/cygwin/README6
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86c66d1a7..9d7928d34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120100617
2 - (tim) [contrib/cygwin/README] Remove a reference to the obsolete
3 minires-devel package, and to add the reference to the libedit-devel
4 package since CYgwin now provides libedit. Patch from Corinna Vinschen.
5
120100521 620100521
2 - (djm) OpenBSD CVS Sync 7 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2010/05/07 11:31:26 8 - djm@cvs.openbsd.org 2010/05/07 11:31:26
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 3dd45014a..5f911e924 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -201,6 +201,7 @@ configure are used for the Cygwin binary distribution:
201 --mandir='${datadir}/man' \ 201 --mandir='${datadir}/man' \
202 --infodir='${datadir}/info' 202 --infodir='${datadir}/info'
203 --with-tcp-wrappers 203 --with-tcp-wrappers
204 --with-libedit
204 205
205If you want to create a Cygwin package, equivalent to the one 206If you want to create a Cygwin package, equivalent to the one
206in the Cygwin binary distribution, install like this: 207in the Cygwin binary distribution, install like this:
@@ -217,12 +218,15 @@ You must have installed the following packages to be able to build OpenSSH:
217 218
218- zlib 219- zlib
219- openssl-devel 220- openssl-devel
220- minires-devel
221 221
222If you want to build with --with-tcp-wrappers, you also need the package 222If you want to build with --with-tcp-wrappers, you also need the package
223 223
224- tcp_wrappers 224- tcp_wrappers
225 225
226If you want to build with --with-libedit, you also need the package
227
228- libedit-devel
229
226Please send requests, error reports etc. to cygwin@cygwin.com. 230Please send requests, error reports etc. to cygwin@cygwin.com.
227 231
228 232