mblaze: fix compilation with musl 1.2.4
authorTianling Shen <cnsztl@immortalwrt.org>
Wed, 17 May 2023 12:10:04 +0000 (20:10 +0800)
committerNick Hainke <vincent@systemli.org>
Wed, 17 May 2023 12:52:12 +0000 (14:52 +0200)
commit5312113c5422693471652899d7ad0ee5d72c4e37
tree263fe8352a58aa5fe3aa28350f2b9d977ede84ee
parentc2a3a9566a5fab97ee8d3a7f782d0290001a7498
mblaze: 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.

Backport an upstream fix to replace these old data types.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
mail/mblaze/Makefile
mail/mblaze/patches/010-mlist-use-fixed-width-integer-types-for-struct-linux_dire.patch [new file with mode: 0644]