On 3/14/23 18:47, Michael Biebl wrote:
Control: tags -1 + moreinfo

The upstream build system already checks for large file system support via the 
AC_SYS_LARGEFILE autoconf macro and enables it by default:

So for example on i386 I get
https://buildd.debian.org/status/fetch.php?pkg=rsyslog&arch=i386&ver=8.2302.0-1&stamp=1677101702&raw=0

checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64

...

     Large file support enabled:               yes


Am I missing something?

Yes.
That flag is then used only for one C-file in the subdir contrib/omhiredis.
All other occurences of stat() and such are compiled without LFS support.
Just search for "FILE_OFFSET_BITS" in the build log you mentioned above.

Helge

Reply via email to