Skip to content

mariadb: fix compilation with musl 1.2.4 - #21064

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

mariadb: fix compilation with musl 1.2.4#21064
1715173329 merged 1 commit into
openwrt:masterfrom
1715173329:mariadb

Conversation

@1715173329

Copy link
Copy Markdown
Member

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

Description:
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.

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>
@1715173329 1715173329 changed the title nfs-kernel-server: fix compilation with musl 1.2.4 mariadb: fix compilation with musl 1.2.4 May 17, 2023
@1715173329

Copy link
Copy Markdown
Member Author

whoa, github exploded again

@1715173329

1715173329 commented May 17, 2023

Copy link
Copy Markdown
Member Author

Not sure why "CI_HELPER" variable is missing in test script. It should be exported by entrypoint.sh already

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.

1 participant