[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)
committerFelix Geyer <fgeyer@debian.org>
Sun, 7 Feb 2021 09:23:34 +0000 (09:23 +0000)
commitdc4868ad882065a4e7ec1e8a1267b62e676a93d3
treed48c7d2b8d134f827e7513d4e2d2869e9cd24403
parentd4b6b19a59e336b3fdea2426d9c9641d5a1de9c5
[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