From 7910c50e0fd20f2d0252f4c3dddb237368f27d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 4 Jan 2012 23:53:08 +0100 Subject: [PATCH] Don't overwrite CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dcad36d..100c71f0 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ include ${BUILDDIR}/config.mak PROG=${BUILDDIR}/tvheadend -CFLAGS = -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations +CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations CFLAGS += -Wmissing-prototypes LDFLAGS += -lrt -ldl