opnsense-ports/filesystems/fusefs-libs3/files/extra-patch-test_meson.build
Franco Fichtner a2caadc357 */*: sync with upstream
Taken from: FreeBSD
2024-11-07 11:56:40 +01:00

15 lines
664 B
Text

--- test/meson.build.orig 2021-09-06 12:45:29 UTC
+++ test/meson.build
@@ -7,9 +7,9 @@ foreach prog: [ 'test_write_cache', 'test_setattr' ]
dependencies: thread_dep,
install: false)
endforeach
-td += executable('test_syscalls', 'test_syscalls.c',
- include_directories: include_dirs,
- install: false)
+#td += executable('test_syscalls', 'test_syscalls.c',
+# include_directories: include_dirs,
+# install: false)
td += executable('readdir_inode', 'readdir_inode.c',
include_directories: include_dirs,
install: false)