Skip to content

gpgme: fix compilation with musl 1.2.4 - #21076

Merged
neheb merged 1 commit into
openwrt:masterfrom
1715173329:gm
May 18, 2023
Merged

gpgme: fix compilation with musl 1.2.4#21076
neheb merged 1 commit into
openwrt:masterfrom
1715173329:gm

Conversation

@1715173329

Copy link
Copy Markdown
Member

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.

Maintainer: @dangowrt
Compile tested: rockchip/armv8
Run tested: n/a

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants