Hi,

On Thu, Nov 30, 2023 at 11:50 AM Michal Schorm <msch...@redhat.com> wrote:
>
> I have this line in the SPECfile of 'mariadb' package:
>
> CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"

These are the necessary flags to support large (> 4 GB) files on 32bit
systems, any modern code would already define these already. You
should look into the build system for mariadb and confirm this, and
then you can remove the flags.

Regards,
Ismail
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to