summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorT <t.l@g.de>2019-11-10 19:52:58 +0100
committerT <t.l@g.de>2019-11-10 19:52:58 +0100
commitb3107ec2770dbef6f004224ccecf7371159de8c6 (patch)
tree8bf16190905e8bf41dd66ccbc2defc6e93d09622 /Makefile
parentf8ecc2cd3727b0fde8e75a66b4f20ba8d2670e37 (diff)
downloadvdr-plugin-smarttvweb-master.tar.gz
vdr-plugin-smarttvweb-master.tar.bz2
Fixes for new gcc, thanks to wirbelHEADmaster
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4529f06..75a73c8 100755
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ TMPDIR ?= /tmp
### The compiler options:
export CFLAGS = $(call PKGCFG,cflags)
-export CXXFLAGS = $(call PKGCFG,cxxflags)
+export CXXFLAGS = -std=c++11 $(call PKGCFG,cxxflags)
### The version number of VDR's plugin API: