diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-20 08:09:03 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-20 08:09:03 -0800 |
commit | 69b23f5ed480c2ad1bdd9cb18033af79b7a3fd7f (patch) | |
tree | 1bb6d63d172da8acec0bad1b6b697e4af78756a9 /benchmarks/ior/files/patch-configure.ac | |
parent | devel/lua-language-server: Update to 3.6.7 (diff) |
sysutils/ior: Move to benchmarks/ior
Suggested by: diizzy@
Diffstat (limited to 'benchmarks/ior/files/patch-configure.ac')
-rw-r--r-- | benchmarks/ior/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/ior/files/patch-configure.ac b/benchmarks/ior/files/patch-configure.ac new file mode 100644 index 000000000000..aef9a0ddc960 --- /dev/null +++ b/benchmarks/ior/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2023-01-20 07:54:41 UTC ++++ configure.ac +@@ -145,7 +145,7 @@ AM_COND_IF([HAVE_GPU_DIRECT],[ + # Check for system capabilities + AC_SYS_LARGEFILE + +-AC_DEFINE([_XOPEN_SOURCE], [700], [C99 compatibility]) ++#AC_DEFINE([_XOPEN_SOURCE], [700], [C99 compatibility]) + + # Check for lustre availability + AC_ARG_WITH([lustre], |