]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Don't overwrite CFLAGS
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 4 Jan 2012 22:53:08 +0000 (23:53 +0100)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 4 Jan 2012 22:53:08 +0000 (23:53 +0100)
Makefile

index 0dcad36d4e1924ddc8348b7f5c9980b04eb7cd51..100c71f08910f2f3d443c9ae010f58b3d1a1fa1c 100644 (file)
--- 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