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:
commit
d99b7b31a6
9 changed files with 47 additions and 15 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue