Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uutils-coreutils: disable musl support
musl is not supported because the libc crate does not support functions like "endutxent" at the moment, so src/uucore/src/lib/features.rs disables utmpx when targetting musl. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information