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

meson: Fix check for crypt(3) to improve OpenBSD support #956

Merged

Commits on Apr 9, 2022

  1. meson: Fix check for crypt(3) to improve OpenBSD support

    OpenBSDでmesonを実行すると`crypt(3)`でエラーになると報告がありました。
    mesonはlibcryptライブラリを探しますがOpenBSDのcrypt関数[1]は実体が
    libcにあるためチェック漏れしていたようです。そのためライブラリが
    見つからないときは直接crypt関数を探すように修正します。
    
    修正にあたり不具合報告をしていただきありがとうございました。
    https://mevius.5ch.net/test/read.cgi/unix/1568040383/740
    
    [1]: https://man.openbsd.org/crypt.3
    ma8ma committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    3d079bd View commit details
    Browse the repository at this point in the history