diff options
Diffstat (limited to 'net/maradns/files')
-rw-r--r-- | net/maradns/files/patch-parse-Makefile | 14 | ||||
-rw-r--r-- | net/maradns/files/patch-server-Makefile | 16 |
2 files changed, 15 insertions, 15 deletions
diff --git a/net/maradns/files/patch-parse-Makefile b/net/maradns/files/patch-parse-Makefile index bd8809642a3d..f3ae49178c1e 100644 --- a/net/maradns/files/patch-parse-Makefile +++ b/net/maradns/files/patch-parse-Makefile @@ -1,14 +1,14 @@ ---- parse/Makefile.old Mon Jun 25 00:46:40 2001 -+++ parse/Makefile Mon Jun 25 00:47:50 2001 -@@ -5,7 +5,7 @@ - OBJECTS=$(JOBJS) $(MJOBJS) $(POBJECTS) $(DOBJECTS) +--- parse/Makefile.orig Sun Jul 8 15:41:39 2001 ++++ parse/Makefile Sun Jul 8 15:42:39 2001 +@@ -6,7 +6,7 @@ EXECS=parsetest parsetest2 --FLAGS = -O2 -+FLAGS = $(CFLAGS) - #FLAGS = -g + #FLAGS = -O2 +-FLAGS = -g ++FLAGS = -g $(CFLAGS) all: $(EXECS) + @@ -17,17 +17,17 @@ cd libs ; make diff --git a/net/maradns/files/patch-server-Makefile b/net/maradns/files/patch-server-Makefile index 90112c5051f9..6e117fb16fca 100644 --- a/net/maradns/files/patch-server-Makefile +++ b/net/maradns/files/patch-server-Makefile @@ -1,15 +1,15 @@ ---- server/Makefile.orig Sun Jun 24 11:32:48 2001 -+++ server/Makefile Mon Jun 25 00:53:57 2001 -@@ -9,7 +9,7 @@ - VERSION=0.7.13 +--- server/Makefile.orig Wed Jul 4 12:09:16 2001 ++++ server/Makefile Sun Jul 8 15:45:17 2001 +@@ -10,7 +10,7 @@ #FLAGS = -O2 -Wall --FLAGS = -g -DDEBUG -DNOTHREAD -+FLAGS = -g -DDEBUG -DNOTHREAD $(CFLAGS) + #FLAGS = -g -DDEBUG -DCALL_LOCKS +-FLAGS = -g -DDEBUG ++FLAGS = -g -DDEBUG $(CFLAGS) + #FLAGS = -g -DDEBUG -DNOTHREAD #FLAGS = -g - all: $(EXECS) -@@ -21,11 +21,11 @@ +@@ -23,11 +23,11 @@ cd libs ; make MaraBigHash.o: MaraBigHash.c ../libs/JessStr.h ../libs/MaraHash.h ../MaraDns.h |