From 708c973d837c8ddfd7e56c0c118b0a606363f731 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Wed, 12 Feb 2014 12:08:38 +0100 Subject: Fixed _FORTIFY_SOURCE redeclaration. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c687d76..3a23387 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include Makefile.files -CFLAGS=-Werror -Wall -D_FORTIFY_SOURCE=2 -g -O2 +CFLAGS=-Werror -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 CXXFLAGS=$(CFLAGS) all: complete obj simple syslog filter mutex minimal disabled @@ -57,4 +57,4 @@ disabled: -DWITH_HUG_MUTEX clean: - rm -f hugin_{complete,complete-cpp,simple,syslog,filter,mutex,minimal} \ No newline at end of file + rm -f hugin_{complete,complete-cpp,simple,syslog,filter,mutex,minimal} -- cgit v1.2.3