libICE: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 29 19:26:08 UTC 2022


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit f032db0964e6d73b4f3c3264c1f8fbbb023fdf4c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 23 10:29:44 2022 -0800

    configure: Use AC_SYS_LARGEFILE to enable large file support
    
    The only files libICE operates on are .ICEauthority files, which
    it only uses internally and does not make available to other code,
    so there is no concern about ABI mismatch here.
    
    While .ICEauthority files should never be more than 2gb in size,
    they may be stored on filesystems with large inodes.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list