diff options
author | Guenter Knauf <lists@gknw.net> | 2013-02-09 01:35:11 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2013-02-09 01:35:11 +0100 |
commit | 5be2499e164ed017181ee7c320752cb1ffe196f5 (patch) | |
tree | cd67c9bf17c1e37924519d28078ffbe381728f9d /lib | |
parent | f44d0aedc17af20251788303d9ca62949b61c1d9 (diff) |
Updated dependency libs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.Watcom | 2 | ||||
-rw-r--r-- | lib/Makefile.b32 | 2 | ||||
-rw-r--r-- | lib/Makefile.m32 | 2 | ||||
-rw-r--r-- | lib/Makefile.netware | 2 | ||||
-rw-r--r-- | lib/Makefile.vc6 | 2 | ||||
-rw-r--r-- | lib/Makefile.vxworks | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index c5e05523c..ff991dc31 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -101,7 +101,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8x +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8y !endif !ifdef %ares_root diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index c71f651b5..fbd584fb6 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.7 # Edit the path below to point to the base of your OpenSSL package. !ifndef OPENSSL_PATH -OPENSSL_PATH = ..\..\openssl-0.9.8x +OPENSSL_PATH = ..\..\openssl-0.9.8y !endif # Set libcurl static lib, dll and import lib diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 0a69a877f..1de5af893 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -18,7 +18,7 @@ ZLIB_PATH = ../../zlib-1.2.7 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8x +OPENSSL_PATH = ../../openssl-0.9.8y endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 4b5cf34a5..cd87c8d18 100644 --- a/lib/Makefile.netware +++ b/lib/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.8x +OPENSSL_PATH = ../../openssl-0.9.8y endif # Edit the path below to point to the base of your LibSSH2 package. diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 34fb30c7f..acd9f7fac 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -65,7 +65,7 @@ !INCLUDE ..\winbuild\Makefile.msvc.names
!IFNDEF OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8x
+OPENSSL_PATH = ../../openssl-0.9.8y
!ENDIF
!IFNDEF LIBSSH2_PATH
diff --git a/lib/Makefile.vxworks b/lib/Makefile.vxworks index 4d2aaa0b8..0860df8e7 100644 --- a/lib/Makefile.vxworks +++ b/lib/Makefile.vxworks @@ -33,8 +33,8 @@ BUILD_TYPE := debug USER_CFLAGS:= # directories where to seek for includes and libraries -OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8x-vxWorks6.3/include -OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8x-vxWorks6.3 +OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8y-vxWorks6.3/include +OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8y-vxWorks6.3 ZLIB_INC := D:/libraries/zlib/zlib-1.2.7-VxWorks6.3/zlib-1.2.7 ZLIB_LIB := D:/libraries/zlib/zlib-1.2.7-VxWorks6.3/binaries/vxworks_3.1_gnu/Debug/lib ARES_INC := |