Use C17 standard when compiling bdb to avoid problems with gcc15 which defaults to C23
This commit is contained in:
@@ -15,6 +15,7 @@ $(package)_config_opts_darwin=--disable-atomicsupport
|
||||
endif
|
||||
$(package)_config_opts_aarch64=--disable-atomicsupport
|
||||
$(package)_cxxflags+=-std=c++11
|
||||
$(package)_cppflags+=-std=gnu17
|
||||
endef
|
||||
|
||||
define $(package)_preprocess_cmds
|
||||
|
||||
Reference in New Issue
Block a user