Closed
Description
Describe the bug
zstd 1.5.7 does not build on Linux musl system. The linker aborts because qsort_r
is not defined.
Additional context
Add any other context about the problem here.
I am cross-building for Julia; see e.g. JuliaPackaging/Yggdrasil#10577.
musl intentionally does not provide qsort_r
. zstd should use its qsort
fallback instead, or use the C11 qsort_s
function.
Metadata
Metadata
Assignees
Labels
No labels