[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>
Mon, 19 Oct 2020 14:20:14 +0000 (15:20 +0100)
commit00667df055a166e0ed7a0634f1304d21cd145f7a
treeecb730c1b39e9b0f690aefcc454703aad70d45b1
parentb1a0e0f7d25b847950adacd3e271cdfa370573dc
[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