1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #7740 from Ecordonnier/eco/enable-utmpx-for-musl

enable utmpx feature for musl
This commit is contained in:
Terts Diepraam 2025-04-17 22:46:23 +02:00 committed by GitHub
commit d99b7b31a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 47 additions and 15 deletions

View file

@ -150,7 +150,8 @@ feat_os_macos = [
#
"feat_require_unix_hostid",
]
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms.
# Also used for targets binding to the "musl" library (ref: <https://musl.libc.org/about.html>)
feat_os_unix = [
"feat_Tier1",
#
@ -172,14 +173,6 @@ feat_os_unix_gnueabihf = [
"feat_require_unix_hostid",
"feat_require_unix_utmpx",
]
# "feat_os_unix_musl" == set of utilities which can be built/run on targets binding to the "musl" library (ref: <https://musl.libc.org/about.html>)
feat_os_unix_musl = [
"feat_Tier1",
#
"feat_require_crate_cpp",
"feat_require_unix",
"feat_require_unix_hostid",
]
feat_os_unix_android = [
"feat_Tier1",
#
@ -309,7 +302,7 @@ hostname = "0.4"
iana-time-zone = "0.1.57"
indicatif = "0.17.8"
itertools = "0.14.0"
libc = "0.2.153"
libc = "0.2.172"
linux-raw-sys = "0.9"
lscolors = { version = "0.20.0", default-features = false, features = [
"gnu_legacy",