From 7888f25959b462ae5cb515919dbe3599e752fc94 Mon Sep 17 00:00:00 2001 From: avl Date: Tue, 3 Jan 2012 05:30:26 +0000 Subject: - Fix build with clang --- dns/opendd/files/patch-Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dns') diff --git a/dns/opendd/files/patch-Makefile b/dns/opendd/files/patch-Makefile index defff627faa..48ad6be788d 100644 --- a/dns/opendd/files/patch-Makefile +++ b/dns/opendd/files/patch-Makefile @@ -1,9 +1,10 @@ --- Makefile.orig Mon May 1 07:29:07 2006 +++ Makefile Sun Nov 12 14:57:38 2006 -@@ -6,7 +6,7 @@ +@@ -5,8 +5,7 @@ + # USE_SOCKET_SSL=yto enable SSL socket # - CC = cc +-CC = cc -FLAGS = -ansi -pedantic -Wall -O2 -fno-strict-aliasing +FLAGS = -ansi -Wall -O2 -fno-strict-aliasing # -pedantic -- cgit