Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dante: disable getaddrinfo() checks if cross #224929

Merged
2 commits merged into from Apr 24, 2023
Merged

dante: disable getaddrinfo() checks if cross #224929

2 commits merged into from Apr 24, 2023

Commits on Apr 6, 2023

  1. dante: autoreconfHook unconditionally

    Adam Joseph committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    491667f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. dante: disable getaddrinfo() checks if cross

    Prior to this commit, dante's configure-time getaddrinfo() checks
    were disabled only if stdenv.hostPlatform.isMips64.
    
    These checks must also be disabled if the buildPlatform cannot
    execute hostPlatform binaries.  This commit factors out the control
    of this disablement as a flag and adds an additional situation in
    which that flag is enabled.
    Adam Joseph authored and Artturin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    17ceaff View commit details
    Browse the repository at this point in the history