diff options
author | Guenter Knauf <lists@gknw.net> | 2012-04-20 13:33:54 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-04-20 13:33:54 +0200 |
commit | 0f548802775b01c26c4c263be86f3605310f6f35 (patch) | |
tree | 8c3e0ff5370417b4c97bad466f77209fb8b40518 /src | |
parent | 5cd524df187cbb2414d518f8933894399edbf572 (diff) |
Updated dependency lib versions.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 2 | ||||
-rw-r--r-- | src/Makefile.b32 | 4 | ||||
-rw-r--r-- | src/Makefile.m32 | 2 | ||||
-rw-r--r-- | src/Makefile.netware | 2 | ||||
-rw-r--r-- | src/Makefile.vc6 | 2 |
5 files changed, 6 insertions, 6 deletions
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
|