gpgme: fix compilation with musl 1.2.4
authorTianling Shen <cnsztl@immortalwrt.org>
Wed, 17 May 2023 12:15:52 +0000 (20:15 +0800)
committerRosen Penev <rosenp@gmail.com>
Thu, 18 May 2023 07:29:29 +0000 (10:29 +0300)
commit1dcaf5210e110567ba17fa2085d022663898b839
tree44ae172af0a51dd0456b7a781b16f090520a4200
parent8591e8fb3f0400b25793543600ba4e9a6f93abe0
gpgme: 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 <cnsztl@immortalwrt.org>
libs/gpgme/Makefile