CD-ROM input and control library
Go to file
Yaakov Selkowitz 1602a6531d Fix for https://fedoraproject.org/wiki/Changes/PortingToModernC
configure uses AC_SYS_LARGEFILE to determine whether to define
_FILE_OFFSET_BITS=64, in which case fseeko64 and lseek64 are used in
place of fseeko and lseek.  However, this is technically backwards, as
_FILE_OFFSET_BITS=64 is supposed to be used to override fseeko etc. with
64-bit variants even on 32-bit systems, and the explicit 64 variants are
correctly guarded by _LARGEFILE64_SOURCE.  This results in implicit
declarations in 32-bit systems (i686) which recently became errors.
2023-12-20 08:04:30 -05:00
.gitignore updated to 2.1.0 2020-04-07 11:18:40 +02:00
cdio_config.h fixed #477288 (libcdio-devel multilib conflict) again 2012-07-24 15:07:08 +02:00
format-security.patch Backport upstream Wformat-security fix 2022-07-11 00:40:08 +02:00
libcdio-no_date_footer.hml - updated to 0.79 2008-01-02 13:02:02 +00:00
libcdio.spec Fix for https://fedoraproject.org/wiki/Changes/PortingToModernC 2023-12-20 08:04:30 -05:00
realpath-test-fix.patch Fix the realpath test failure (upstream patch) 2022-08-30 17:12:27 +05:30
sources updated to 2.1.0 2020-04-07 11:18:40 +02:00