• Raphael Kubo da Costa's avatar
    Do not hardcode the need for libresolv. · 2d18f3cd
    Raphael Kubo da Costa authored
    libresolv is only present on systems which use glibc; platforms such as
    FreeBSD have __b64_ntop as part of libc itself.
    
    Improve the detection process and only link against libresolv if it exists
    on the system, and remember to reset CMAKE_REQUIRED_LIBRARIES after
    performing the necessary tests, since we do not always want to link against
    libresolv.
    2d18f3cd
CMakeLists.txt 10.9 KB