diff options
author | Guenter Knauf <lists@gknw.net> | 2012-04-26 14:40:50 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-04-26 14:40:50 +0200 |
commit | 1beda0cbb76358559b23fe59a8fd2fabaf7b6340 (patch) | |
tree | d8d6641b856f4b37bf80a6446ae512727f564a2e /src | |
parent | 72b72fe8edc7e4fadc1d2f5ff106b60aeb88d512 (diff) |
Updated dependency lib versions.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 2 | ||||
-rw-r--r-- | src/Makefile.b32 | 2 | ||||
-rw-r--r-- | src/Makefile.m32 | 2 | ||||
-rw-r--r-- | src/Makefile.netware | 2 | ||||
-rw-r--r-- | src/Makefile.vc6 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 77fa91b4d..b09ec6b0b 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.8v +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8w !endif !ifdef %ares_root diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 1a91c1461..ce1b766aa 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.6 # Edit the path below to point to the base of your OpenSSL package. !ifndef OPENSSL_PATH -OPENSSL_PATH = ..\..\openssl-0.9.8v +OPENSSL_PATH = ..\..\openssl-0.9.8w !endif # Set program's name diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 17c6116c8..c07aa3e04 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.8v +OPENSSL_PATH = ../../openssl-0.9.8w endif ifndef OPENSSL_LIBPATH OPENSSL_LIBPATH = $(OPENSSL_PATH)/out diff --git a/src/Makefile.netware b/src/Makefile.netware index 146d7e8e8..504a68a56 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.8v +OPENSSL_PATH = ../../openssl-0.9.8w 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 4b52b1641..036e9e3b8 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.8v
+OPENSSL_PATH = ../../openssl-0.9.8w
!ENDIF
!IFNDEF ZLIB_PATH
|