Hi,

could the below patch be applied to util/cygwin.sh before openssl-1.0.0
gets released, please?  The only change is that "zlib" is added to
the build options so that the default build will always include zlib
compression support now.


Thanks,
Corinna


Index: util/cygwin.sh
===================================================================
RCS file: /home/cvs/cvsroot/src/openssl/util/cygwin.sh,v
retrieving revision 1.8
diff -u -p -r1.8 cygwin.sh
--- util/cygwin.sh      23 Jun 2005 20:55:38 -0000      1.8
+++ util/cygwin.sh      11 Nov 2009 11:47:23 -0000
@@ -7,7 +7,7 @@
 # Uncomment when debugging
 #set -x
 
-CONFIG_OPTIONS="--prefix=/usr shared no-idea no-rc5 no-mdc2"
+CONFIG_OPTIONS="--prefix=/usr shared zlib no-idea no-rc5 no-mdc2"
 INSTALL_PREFIX=/tmp/install
 
 VERSION=


-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to