c-ares is a C library for asynchronous DNS requests.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz
Download MD5 sum: 2ca44be1715cd2c5666a165d35788424
Download size: 1.7 MB
Estimated disk space required: 13 MB
Estimated build time: 0.4 SBU
Install c-ares by running the following commands:
./configure --prefix=/usr --disable-static && 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 $