mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
musl: meson: gracefully disable utmp support
musl only provides fake utmp functions, and these are not usable. Let's disable the feature when building with musl.
This commit is contained in:
@@ -1687,7 +1687,7 @@ foreach tuple : [
|
||||
['timesyncd'],
|
||||
['tmpfiles'],
|
||||
['tpm'],
|
||||
['utmp'],
|
||||
['utmp', get_option('libc') != 'musl', 'musl does not support it'],
|
||||
['userdb'],
|
||||
['vconsole'],
|
||||
['xdg-autostart'],
|
||||
|
||||
Reference in New Issue
Block a user