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

On GLIBC, compile libgit2 with -D_FILE_OFFSET_BITS=64. #862

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 21, 2022

  1. On GLIBC, compile libgit2 with -D_FILE_OFFSET_BITS=64.

    On GLIBC, compile libgit2 with `-D_FILE_OFFSET_BITS=64`. On 32-bit
    architectures, this is needed for libgit2 to access files larger than 2 GiB.
    
    While here, also use `-D_TIME_BITS=64`, which is needed on GLIBC on 32-bit
    architectures for libgit2 to work correctly in in the year 2038 and beyond.
    sunfishcode committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    fa547b5 View commit details
    Browse the repository at this point in the history