|
@@ -18,7 +18,9 @@ IBRDTND_CONF_OPTS = \
|
|
--without-vmime
|
|
--without-vmime
|
|
|
|
|
|
# don't build documentation
|
|
# don't build documentation
|
|
-IBRDTND_CONF_ENV = PDFLATEX='no'
|
|
|
|
|
|
+IBRDTND_CONF_ENV = \
|
|
|
|
+ PDFLATEX='no' \
|
|
|
|
+ CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBDAEMON),y)
|
|
ifeq ($(BR2_PACKAGE_LIBDAEMON),y)
|
|
IBRDTND_CONF_OPTS += --enable-libdaemon
|
|
IBRDTND_CONF_OPTS += --enable-libdaemon
|