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

depends: Fix build of Qt for 32-bit platforms with recent glibc #29985

Merged
merged 1 commit into from Apr 30, 2024

Commits on Apr 29, 2024

  1. depends: Fix build of Qt for 32-bit platforms

    The 32 to 64-bit time_t transition causes a build failure in the built-in
    zlib about conflicting _TIME_BITS and _FILE_OFFSET_BITS.
    
    Note that zlib doesn't use time_t at all, so it is a false alarm.
    
    Take the following patch from upstream zlib:
    https://github.com/madler/zlib/commit/a566e156b3fa07b566ddbf6801b517a9dba04fa3.patch
    
    Closes bitcoin#29980.
    laanwj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2e266f3 View commit details
    Browse the repository at this point in the history