From b3107ec2770dbef6f004224ccecf7371159de8c6 Mon Sep 17 00:00:00 2001 From: T Date: Sun, 10 Nov 2019 19:52:58 +0100 Subject: Fixes for new gcc, thanks to wirbel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3