]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(install): do not undef _FILE_OFFSET_BITS
authorKhem Raj <raj.khem@gmail.com>
Sat, 31 Dec 2022 22:41:52 +0000 (14:41 -0800)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Mon, 6 Feb 2023 12:19:58 +0000 (07:19 -0500)
commit70aeb4c1a56027bc2fe5570c080d96625b377c94
tree2efde148e53c6c7cecf2ff0cbcb7b0e4af822973
parent18c5fb6ae0e32f11596cb365a73946eb1c9ce5e5
fix(install): do not undef _FILE_OFFSET_BITS

_FILE_OFFSET_BITS is a feature test macro to determine largefile
support. Usually its set to 64 on systems supporting LFS. Its also
needed to be set to 64 for supporting 64bit time_t on glibc on 32bit
systems. If its undefined explicitly, then 64bit time_t can not be
enabled.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
src/install/dracut-install.c