From 0f548802775b01c26c4c263be86f3605310f6f35 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 20 Apr 2012 13:33:54 +0200 Subject: Updated dependency lib versions. --- src/Makefile.Watcom | 2 +- src/Makefile.b32 | 4 ++-- src/Makefile.m32 | 2 +- src/Makefile.netware | 2 +- src/Makefile.vc6 | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index c88291e2c..77fa91b4d 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -90,7 +90,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8u +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8v !endif !ifdef %ares_root diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 37981b83c..1a91c1461 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -22,12 +22,12 @@ BCCDIR = $(MAKEDIR)\.. # Edit the path below to point to the base of your Zlib sources. !ifndef ZLIB_PATH -ZLIB_PATH = ..\..\zlib-1.2.5 +ZLIB_PATH = ..\..\zlib-1.2.6 !endif # Edit the path below to point to the base of your OpenSSL package. !ifndef OPENSSL_PATH -OPENSSL_PATH = ..\..\openssl-0.9.8q +OPENSSL_PATH = ..\..\openssl-0.9.8v !endif # Set program's name diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 29edc2839..17c6116c8 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -18,7 +18,7 @@ ZLIB_PATH = ../../zlib-1.2.6 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8u +OPENSSL_PATH = ../../openssl-0.9.8v endif ifndef OPENSSL_LIBPATH OPENSSL_LIBPATH = $(OPENSSL_PATH)/out diff --git a/src/Makefile.netware b/src/Makefile.netware index 9ea779935..146d7e8e8 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.8u +OPENSSL_PATH = ../../openssl-0.9.8v endif # Edit the path below to point to the base of your LibSSH2 package. diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 864e9b94d..4b52b1641 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -57,7 +57,7 @@ PROGRAM_NAME = curl.exe !IFNDEF OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8u +OPENSSL_PATH = ../../openssl-0.9.8v !ENDIF !IFNDEF ZLIB_PATH -- cgit v1.2.3