| commit | f9ff59ebe2aa8d7752270a2c541e48e8a91e6963 | [log] [tgz] |
|---|---|---|
| author | Viktor Szakats <commit@vsz.me> | Sun Jul 17 21:45:34 2022 +0000 |
| committer | Viktor Szakats <commit@vsz.me> | Sun Jul 17 21:46:01 2022 +0000 |
| tree | d8355f0053d8d08a90dcbc841e1f5149e099a3e9 | |
| parent | 0ef4f087cd294a3af112442febd9ebe080db7221 [diff] |
Makefile.m32: stop trying to build libcares.a [ci skip] Before this patch, `lib/Makefile.m32` had a rule to build `libcares.a` in `-cares`-enabled builds, via c-ares's own `Makefile.m32`. Committed in 2007 [1]. The commit message doesn't specifically address this particular change. This logic comes from the times when c-ares was part of the curl source tree, hence the special treatment. This feature creates problems when building c-ares first, using CMake and pointing `LIBCARES_PATH` to its install prefix, where `Makefile.m32` is missing in such case. A sub-build for c-ares is undesired also when c-ares had already been build via its own `Makefile.m32`. To avoid the sub-build, this patch deletes its Makefile rule. After this patch `libcares.a` needs to be manually built before using it in `Makefile.m32`. Aligning it with the rest of dependencies. [1] 46c92c0b806da041d7a5c6fb64dbcdc474d99b31 Reviewed-by: Daniel Stenberg Closes #9169
Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading the curl.1 man page or the MANUAL document. Find out how to install Curl by reading the INSTALL document.
libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl.3 man page to learn how.
You can find answers to the most frequent questions we get in the FAQ document.
Study the COPYING file for distribution terms.
If you have problems, questions, ideas or suggestions, please contact us by posting to a suitable mailing list.
All contributors to the project are listed in the THANKS document.
For commercial support, maybe private and dedicated help with your problems or applications using (lib)curl visit the support page.
Visit the curl website for the latest news and downloads.
To download the latest source from the Git server do this:
git clone https://github.com/curl/curl.git
(you will get a directory named curl created, filled with the source code)
Report suspected security problems via our HackerOne page and not in public!
Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]