lz4: needs -std=c99

This commit is contained in:
Sergey Fedorov
2024-07-25 22:51:23 +08:00
committed by Perry E. Metzger
parent d2e5955cd0
commit f0bd0e4c4d
+5
View File
@@ -30,6 +30,11 @@ patchfiles gen_manual.patch
use_configure no
compiler.c_standard 1999
# bench_functions.c: error: for loop initial declaration used outside C99 mode
configure.cflags-append -std=c99
build.args-append CC=${configure.cc} \
CXX=${configure.cxx} \
PREFIX=${prefix} \