]> git.ipfire.org Git - thirdparty/systemd.git/commit
Revert "musl: meson: add libutmps support"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 Nov 2025 17:45:28 +0000 (02:45 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 Nov 2025 17:54:20 +0000 (02:54 +0900)
commit0ecff590656eb29d2a747d405fbd132f69f4cc01
treed7f8dbffd9ca6addc999daa6fb12f7647797cbbd
parent00ed239a7be2ca069a33d512bd976362bce0e636
Revert "musl: meson: add libutmps support"

This reverts commit bf9bc5beb090bb35184caf34cc641e708615e83a.

libutmps does not support utmpxname(), the function always fails
with ENOSYS, and always uses their own file.
However, our code relies on the funtion needs to succeed.

Let's revert the change now, and revisit later when musl users
request to support libutmps.
meson.build
src/login/meson.build
src/shared/meson.build
src/test/meson.build