This commit is contained in:
Duke
2025-12-30 00:37:21 -05:00
parent f6364c9ec6
commit 017d0eeae5
2 changed files with 5 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ $(package)_config_opts_darwin=--disable-atomicsupport
endif
$(package)_config_opts_aarch64=--disable-atomicsupport
$(package)_cxxflags+=-std=c++11
$(package)_cflags+=-std=gnu17
endef
define $(package)_preprocess_cmds
@@ -39,7 +40,7 @@ endef
endif
define $(package)_build_cmds
CFLAGS=-std=gnu17 $(MAKE) libdb_cxx-6.2.a libdb-6.2.a
$(MAKE) libdb_cxx-6.2.a libdb-6.2.a
endef
define $(package)_stage_cmds