From 294613aece1ff2592ed316123db8566db04c3d00 Mon Sep 17 00:00:00 2001 From: vraatikka Date: Tue, 9 Jul 2013 12:10:54 +0300 Subject: [PATCH] Fixed CFLAGS issue which overwrote previously specified includes. --- makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.inc b/makefile.inc index 3752f9f98..dd80850b8 100644 --- a/makefile.inc +++ b/makefile.inc @@ -22,7 +22,7 @@ BACKGR := #endif -CFLAGS := -Wall +CFLAGS := $(CFLAGS) -Wall LDLIBS := $(LDLIBS) -pthread LDMYSQL := -lmysqld CPP_LDLIBS := -lstdc++