benchmarks/fio: fix build on GCC architectures
Use C11 compiler: Your compiler doesn't support C11 atomics. gcc 4.9/clang 3.6 are the minimum versions with it - perhaps your compiler is too old? C11 atomics support not found
This commit is contained in:
parent
a9e561ce69
commit
2b64c00c4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547439
@ -13,7 +13,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USES= gmake tar:bzip2
|
||||
USES= compiler:c11 gmake tar:bzip2
|
||||
|
||||
CONFIGURE_ARGS+= --disable-native
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user