aboutsummaryrefslogtreecommitdiffstats
path: root/testing/accountsservice/musl-wtmp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/accountsservice/musl-wtmp.patch')
-rw-r--r--testing/accountsservice/musl-wtmp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/accountsservice/musl-wtmp.patch b/testing/accountsservice/musl-wtmp.patch
new file mode 100644
index 0000000000..4393c0209a
--- /dev/null
+++ b/testing/accountsservice/musl-wtmp.patch
@@ -0,0 +1,13 @@
+--- a/meson.build
++++ b/meson.build
+@@ -82,8 +82,7 @@ if cc.has_header_symbol('utmpx.h', 'WTMPX_FILENAME', prefix: '#define _GNU_SOURC
+ elif cc.has_header_symbol('paths.h', '_PATH_WTMPX')
+ config_h.set('PATH_WTMP', '_PATH_WTMPX')
+ else
+- assert(run_command('test', '-e', '/var/log/utx.log').returncode() == 0, 'Do not know which filename to watch for wtmp changes')
+- config_h.set_quoted('PATH_WTMP', '/var/log/utx.log')
++ config_h.set_quoted('PATH_WTMP', '/var/log/wtmp')
+ endif
+
+ # compiler flags
+