[PATCH] Linux: Compile with _FILE_OFFSET_BITS=64 on 32-bit Linux
authorMarc Chevrier <marc.chevrier@gmail.com>
Wed, 23 Sep 2020 16:06:35 +0000 (18:06 +0200)
committerTimo Röhling <roehling@debian.org>
Mon, 13 Sep 2021 22:08:52 +0000 (23:08 +0100)
commitbe1e407411e3d215581c96ac5a1cfb7d7585e217
tree1ced8eae9d48c70037f7011e346225da2f342b75
parent7c163f9dd14f38c4f89d513acb444371c0cbc681
[PATCH] Linux: Compile with _FILE_OFFSET_BITS=64 on 32-bit Linux

To avoid problems accessing filesystem, use 64-bit file offsets when
compilation model is 32-bit.  This explicit definition is needed now
that KWSys does not provide LFS settings in its headers anymore.

Fixes: #20568
Gbp-Pq: Name Compile_with_FILE_OFFSET_BITS_64_on_32-bit_Linux.patch
CompileFlags.cmake