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

contrib: install_db4: use local config.guess/sub #2436

Merged
merged 2 commits into from
Feb 5, 2022

Commits on Feb 1, 2022

  1. contrib: install_db4: use local config.guess/sub

    Rationale:
        Today, GNU's server returning 502 caused a few CI failures on
        platforms using contrib/install_db4.sh script. Our config.guess/sub
        in depends is fairly recent, so they should be fine to use instead.
    div72 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    47c4632 View commit details
    Browse the repository at this point in the history
  2. contrib: install_db4: fix for MacOS

    Rationale:
        configure for bdb fails detecting a mutex implementation when
        -Wno-error=implicit-function-declaration is not present on MacOS.
        This was fixed for depends in 7c20fc9.
    div72 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3cb18bf View commit details
    Browse the repository at this point in the history