c-ares is a C library for asynchronous DNS requests.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): https://c-ares.haxx.se/download/c-ares-1.15.0.tar.gz
Download MD5 sum: d2391da274653f7643270623e822dff7
Download size: 1.3 MB
Estimated disk space required: 8.5 MB
Estimated build time: 0.1 SBU
Install c-ares by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make
This package does not include a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2019-02-15 13:01:29 -0800