depends: build bdb with -std=c++17

This commit is contained in:
fanquake 2020-11-23 21:04:09 +08:00
parent cb89e18845
commit 2dde55702d
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -11,7 +11,7 @@ $(package)_config_opts=--disable-shared --enable-cxx --disable-replication --ena
$(package)_config_opts_mingw32=--enable-mingw
$(package)_config_opts_linux=--with-pic
$(package)_cflags+=-Wno-error=implicit-function-declaration
$(package)_cxxflags=-std=c++11
$(package)_cxxflags=-std=c++17
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
endef