bdb should use c++11

This commit is contained in:
janko33bd
2018-01-31 23:46:55 +01:00
committed by GitHub
parent c1e0fac4f8
commit a89afe6a1f

View File

@@ -9,6 +9,7 @@ define $(package)_set_vars
$(package)_config_opts=--disable-shared --enable-cxx --disable-replication
$(package)_config_opts_mingw32=--enable-mingw
$(package)_config_opts_linux=--with-pic
$(package)_cxxflags=-std=c++11
endef
define $(package)_preprocess_cmds