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 /lib/Makefile.Watcom | |
parent | 5cd524df187cbb2414d518f8933894399edbf572 (diff) | |
download | curl-0f548802775b01c26c4c263be86f3605310f6f35.tar.gz |
Updated dependency lib versions.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 56f994748..395fffbd9 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.8u +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8v !endif !ifdef %ares_root |