summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2017-09-09 15:54:18 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2017-09-09 15:54:18 +0200
commitab8c11e9983c5d80fcc2c30abd953fa29f606589 (patch)
tree3183e3ae57b271813f2d9e3a4164ace2481e3a4f /Makefile
parent06bec42a4f84720c25a7d11d5c5858d338a13bdd (diff)
downloadskin-flatplus-ab8c11e9983c5d80fcc2c30abd953fa29f606589.tar.gz
skin-flatplus-ab8c11e9983c5d80fcc2c30abd953fa29f606589.tar.bz2
add patch for locking from nanohcv; fix SetItemEvent for older vdr versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78bac338..9e657686 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,8 @@ SKINFLATPLUS_WIDGETDIR ?= $(LIBDIR)/$(PLUGIN)/widgets
export CFLAGS = $(call PKGCFG,cflags)
export CXXFLAGS = $(call PKGCFG,cxxflags)
+CXXFLAGS += -std=c++11
+
### Allow user defined options to overwrite defaults:
-include $(PLGCFG)