diff options
author | Guenter Knauf <lists@gknw.net> | 2012-05-22 04:15:37 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-05-22 04:15:37 +0200 |
commit | 1c58f291ccc40e5b9719d9ab13fceb3300c55404 (patch) | |
tree | e61932b0af8697e7928a8b56b4de87fed3979f29 /lib/Makefile.Watcom | |
parent | 8ae1e657e82a9d004da0eefeaa7097d5696ec22d (diff) | |
download | curl-1c58f291ccc40e5b9719d9ab13fceb3300c55404.tar.gz |
Updated dependency libary versions.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 9de52a8b1..decb0a11c 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -83,13 +83,13 @@ CFLAGS += -dWANT_IDN_PROTOTYPES !ifdef %zlib_root ZLIB_ROOT = $(%zlib_root) !else -ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6 +ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.7 !endif !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.2 !endif !ifdef %librtmp_root @@ -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.8w +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8x !endif !ifdef %ares_root |