diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2015-04-30 08:29:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-30 08:29:00 +0200 |
commit | 6a612859096d0a894651b1bb233d2f91c8843a0a (patch) | |
tree | 17447c01ad8248513490d7d104a1a51f9474b7e8 /lib/Makefile.Watcom | |
parent | 4271695122c4e1b045bd20d281baa0a7f1e8ce5a (diff) | |
download | curl-6a612859096d0a894651b1bb233d2f91c8843a0a.tar.gz |
build: update depedency versions, urls, example makefiles
- update default versions of dependencies (except for rare/old platforms)
- update urls
- sync examples makefiles with main ones
- remove line ending space
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 14f5ac844..0b7ba59c2 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -101,7 +101,7 @@ ZLIB_ROOT = ../../zlib-1.2.8 !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ../../libssh2-1.4.3 +LIBSSH2_ROOT = ../../libssh2-1.5.0 !endif !ifdef %librtmp_root @@ -113,7 +113,7 @@ LIBRTMP_ROOT = ../../rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ../../openssl-0.9.8zc +OPENSSL_ROOT = ../../openssl-1.0.2a !endif !ifdef %ares_root |