diff options
| author | Cory Fields <[email protected]> | 2016-04-21 16:23:40 -0400 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-27 12:47:41 +0200 |
| commit | a398549b3bfc976f1b6408f41af7dac3514e2553 (patch) | |
| tree | 8b3a18794523f32cec3feab90d3adf65e04227ba /depends/packages/bdb.mk | |
| parent | build: Enable C++11 build, require C++11 compiler (diff) | |
| download | discoin-a398549b3bfc976f1b6408f41af7dac3514e2553.tar.xz discoin-a398549b3bfc976f1b6408f41af7dac3514e2553.zip | |
depends: use c++11
Diffstat (limited to 'depends/packages/bdb.mk')
| -rw-r--r-- | depends/packages/bdb.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/packages/bdb.mk b/depends/packages/bdb.mk index e2f85ad4f..200d57314 100644 --- a/depends/packages/bdb.mk +++ b/depends/packages/bdb.mk @@ -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 |