diff options
author | Gunter Knauf <gk@gknw.de> | 2008-11-11 17:46:31 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-11-11 17:46:31 +0000 |
commit | d31802ed98027c487a3eaf9ef145b79a77ac65e5 (patch) | |
tree | b42bfce2918ec14e5232a03c9fcb750956ffe305 | |
parent | 87c4136bd4f67ad4dae26f1ac1ef0ff4d925cdcf (diff) |
updated coment, updated OpenSSL version.
-rw-r--r-- | lib/Makefile.m32 | 4 | ||||
-rw-r--r-- | src/Makefile.m32 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 6ed79bc7e..6b9726e36 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -5,7 +5,7 @@ ## and optionally OpenSSL (0.9.8), libssh2 (0.18), zlib (1.2.3) ## ## Usage: -## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [DYN=1] +## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: ## set ZLIB_PATH=c:/zlib-1.2.3 @@ -21,7 +21,7 @@ ZLIB_PATH = ../../zlib-1.2.3 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8g +OPENSSL_PATH = ../../openssl-0.9.8i endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 2f1dd9e73..b4088885d 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -5,7 +5,7 @@ ## and optionally OpenSSL (0.9.8), libssh2 (0.18), zlib (1.2.3) ## ## Usage: -## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [DYN=1] +## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: ## set ZLIB_PATH=c:/zlib-1.2.3 @@ -21,7 +21,7 @@ ZLIB_PATH = ../../zlib-1.2.3 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8g +OPENSSL_PATH = ../../openssl-0.9.8i endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH |