depends: use c++11

This commit is contained in:
Cory Fields
2016-04-21 16:23:40 -04:00
committed by Jack Grigg
parent 4ba172369d
commit 038a858d2f
4 changed files with 4 additions and 2 deletions

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