From ccfa139c71ae6f6c1557a71d4873fad4487c5233 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 5 Dec 2014 14:54:25 +0100 Subject: build: updated dependencies in makefiles. --- src/Makefile.Watcom | 2 +- src/Makefile.b32 | 2 +- src/Makefile.m32 | 4 ++-- src/Makefile.netware | 4 ++-- src/Makefile.vc6 | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 8d9754f0d..c48566560 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -108,7 +108,7 @@ LIBRTMP_ROOT = ../../rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ../../openssl-0.9.8y +OPENSSL_ROOT = ../../openssl-0.9.8zc !endif !ifdef %ares_root diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 9f9885a7f..6638a0115 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.8 # Edit the path below to point to the base of your OpenSSL package. !ifndef OPENSSL_PATH -OPENSSL_PATH = ..\..\openssl-0.9.8y +OPENSSL_PATH = ..\..\openssl-0.9.8zc !endif # Set program's name diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 22269298c..e54175ced 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -18,7 +18,7 @@ ZLIB_PATH = ../../zlib-1.2.8 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8y +OPENSSL_PATH = ../../openssl-0.9.8zc endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH @@ -56,7 +56,7 @@ LDAP_SDK = c:/novell/ndk/cldapsdk/win32 endif # Edit the path below to point to the base of your nghttp2 package. ifndef NGHTTP2_PATH -NGHTTP2_PATH = ../../nghttp2-0.6.4 +NGHTTP2_PATH = ../../nghttp2-0.6.7 endif PROOT = .. diff --git a/src/Makefile.netware b/src/Makefile.netware index 5b0c16bfe..b6b4861c8 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -19,7 +19,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8y +OPENSSL_PATH = ../../openssl-0.9.8zc endif # Edit the path below to point to the base of your LibSSH2 package. @@ -44,7 +44,7 @@ endif # Edit the path below to point to the base of your nghttp2 package. ifndef NGHTTP2_PATH -NGHTTP2_PATH = ../../nghttp2-0.6.4 +NGHTTP2_PATH = ../../nghttp2-0.6.7 endif # Edit the path below to point to the base of your fbopenssl package. diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index fb7fdd90f..c8693afb9 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -56,7 +56,7 @@ PROGRAM_NAME = curl.exe !IFNDEF OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8y +OPENSSL_PATH = ../../openssl-0.9.8zc !ENDIF !IFNDEF ZLIB_PATH -- cgit v1.2.3