mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
The test_syscalls command uses O_PATH and cannot be built on FreeBSD versions before 14-CURRENT as of 6 May 2021 (OSVERSION 1400014).
15 lines
664 B
Text
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)
|