From 09980ab4be6c0fca8ebf6b1c57f71b2bb2938e92 Mon Sep 17 00:00:00 2001 From: leslie Date: Sun, 29 Apr 2012 18:55:12 +0200 Subject: [PATCH] disable strict-aliasing because of helper.h macros --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1a5714e..bf26089 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,9 @@ include $(VDRDIR)/Make.global -include $(VDRDIR)/Make.config -include Make.config +# we need this ATM because of the helper.h macros... +CXXFLAGS += -fno-strict-aliasing + ### The version number of VDR (taken from VDR's "config.h"): VDRVERSION := $(shell sed -ne '/define VDRVERSION/ s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/include/vdr/config.h) -- 2.39.5