diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-14 22:42:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-14 22:42:08 +0000 |
commit | c611ac958e0a680542a56ebb8d96a624c56ae150 (patch) | |
tree | 74b6fff11b5d7a3a20aca4fae870a7499d42c0f8 /lib/README.ares | |
parent | e7160459ab3779f9b96efec203dcabdcb39ae25e (diff) |
new ares patch uploaded
Diffstat (limited to 'lib/README.ares')
-rw-r--r-- | lib/README.ares | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/README.ares b/lib/README.ares index c44d6a85d..fdce14a05 100644 --- a/lib/README.ares +++ b/lib/README.ares @@ -13,7 +13,7 @@ ares: http://curl.haxx.se/dev/ares-1.1.1.tar.gz ares patch: - http://curl.haxx.se/dev/ares2.diff + http://curl.haxx.se/dev/ares-curl2.diff Mac OS X quirk: ares 1.1.1 contains too old versions of config.guess and config.sub. Copy @@ -24,9 +24,10 @@ Build ares ========== 1. unpack the ares-1.1.1 archive -2. apply patch (if you're on Mac OS X or windows) -3. ./configure -4. make +2. cd ares-src +3. patch -p0 < ares-curl-patch +4. ./configure +5. make Build libcurl to use ares ========================= |