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
|
endif
|
||||||
$(package)_config_opts_aarch64=--disable-atomicsupport
|
$(package)_config_opts_aarch64=--disable-atomicsupport
|
||||||
$(package)_cxxflags+=-std=c++11
|
$(package)_cxxflags+=-std=c++11
|
||||||
|
$(package)_cppflags+=-std=gnu17
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
define $(package)_preprocess_cmds
|
||||||
|
|||||||
Reference in New Issue
Block a user