void-packages/srcpkgs/elogind/patches/disable-compilation-of-musl-failing-test.patch
maxice8 dadca3287a
elogind: update to 235.2.
Closes #10866.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-01-16 13:14:20 +01:00

19 lines
391 B
Diff

--- src/test/meson.build
+++ src/test/meson.build
@@ -198,10 +198,11 @@ tests += [
[],
[]],
- [['src/test/test-hexdecoct.c'],
- [],
- []],
-
+#if 0 /// FAILS TO COMPILE ON MUSL LIBC SYSTEMS
+# [['src/test/test-hexdecoct.c'],
+# [],
+# []],
+#endif //0
[['src/test/test-alloc-util.c'],
[],
[]],