Skip to content

Commit 2dde557

Browse files
committed
depends: build bdb with -std=c++17
1 parent cb89e18 commit 2dde557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/bdb.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(package)_config_opts=--disable-shared --enable-cxx --disable-replication --ena
1111
$(package)_config_opts_mingw32=--enable-mingw
1212
$(package)_config_opts_linux=--with-pic
1313
$(package)_cflags+=-Wno-error=implicit-function-declaration
14-
$(package)_cxxflags=-std=c++11
14+
$(package)_cxxflags=-std=c++17
1515
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
1616
endef
1717

0 commit comments

Comments
 (0)