diff options
Diffstat (limited to 'user/elogind/disable-cgroup-test.patch')
-rw-r--r-- | user/elogind/disable-cgroup-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/elogind/disable-cgroup-test.patch b/user/elogind/disable-cgroup-test.patch new file mode 100644 index 000000000..3b4f5f300 --- /dev/null +++ b/user/elogind/disable-cgroup-test.patch @@ -0,0 +1,13 @@ +--- elogind-252.9/src/test/meson.build.old 2023-05-15 06:35:29.000000000 -0500 ++++ elogind-252.9/src/test/meson.build 2023-11-27 06:42:49.671974662 -0600 +@@ -564,7 +564,9 @@ + #endif // 0 + [files('test-daemon.c')], + +- [files('test-cgroup.c')], ++#if 0 ++# [files('test-cgroup.c')], ++#endif // 0 + + #if 0 /// UNNEEDED in elogind + # [files('test-cgroup-cpu.c'), |