mirror of git://anongit.mindrot.org/openssh.git
- (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.
This commit is contained in:
parent
d0e4a8e2e0
commit
b9ae4ec556
|
@ -1,3 +1,8 @@
|
||||||
|
20100617
|
||||||
|
- (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.
|
||||||
|
|
||||||
20100521
|
20100521
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- djm@cvs.openbsd.org 2010/05/07 11:31:26
|
- djm@cvs.openbsd.org 2010/05/07 11:31:26
|
||||||
|
|
|
@ -201,6 +201,7 @@ configure are used for the Cygwin binary distribution:
|
||||||
--mandir='${datadir}/man' \
|
--mandir='${datadir}/man' \
|
||||||
--infodir='${datadir}/info'
|
--infodir='${datadir}/info'
|
||||||
--with-tcp-wrappers
|
--with-tcp-wrappers
|
||||||
|
--with-libedit
|
||||||
|
|
||||||
If you want to create a Cygwin package, equivalent to the one
|
If you want to create a Cygwin package, equivalent to the one
|
||||||
in the Cygwin binary distribution, install like this:
|
in the Cygwin binary distribution, install like this:
|
||||||
|
@ -217,12 +218,15 @@ You must have installed the following packages to be able to build OpenSSH:
|
||||||
|
|
||||||
- zlib
|
- zlib
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- minires-devel
|
|
||||||
|
|
||||||
If you want to build with --with-tcp-wrappers, you also need the package
|
If you want to build with --with-tcp-wrappers, you also need the package
|
||||||
|
|
||||||
- tcp_wrappers
|
- tcp_wrappers
|
||||||
|
|
||||||
|
If you want to build with --with-libedit, you also need the package
|
||||||
|
|
||||||
|
- libedit-devel
|
||||||
|
|
||||||
Please send requests, error reports etc. to cygwin@cygwin.com.
|
Please send requests, error reports etc. to cygwin@cygwin.com.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue