mariadb: fix compilation with musl 1.2.4
authorTianling Shen <redacted>
Wed, 17 May 2023 06:43:07 +0000 (14:43 +0800)
committerTianling Shen <redacted>
Thu, 18 May 2023 11:24:24 +0000 (19:24 +0800)
commitf20ba7f6ed0df1fbd94b29045c627b586007efa7
tree82b57b56b92991eb35a52066a0c3674f70d224b0
parentb84d35f57798d61d74dd7d123aa58f1af0db91b6
mariadb: fix compilation with musl 1.2.4

musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Tianling Shen <redacted>
utils/mariadb/Makefile
git clone https://git.99rst.org/PROJECT