void-packages/srcpkgs/mlocate
Đoàn Trần Công Danh a7b2cc8497 mlocate: fix crash on aarch64-musl
Current code call canonicalize_file_name without prior declaration in
system with musl libc. Thus the return value of canonicalize_file_name
is truncated from char* to int.

Use realpath instead.
Fix #25531
2020-10-26 22:42:45 +07:00
..
files
patches
INSTALL
template