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

Enable Large File Support #1068

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

Commits on Jul 27, 2023

  1. Enable Large File Support

    This enables 64-bit off_t where it's opt-in (e.g. glibc) on 32-bit platforms.
    
    Crib the CMake module from libpcap as well to handle CMake, while we use
    AC_SYS_LARGEFILE for autotools.
    
    Bug: https://bugs.gentoo.org/911176
    Signed-off-by: Sam James <sam@gentoo.org>
    thesamesam committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    734de4b View commit details
    Browse the repository at this point in the history