diff options
Diffstat (limited to 'net/maradns/files/patch-tuzona-Makefile')
-rw-r--r-- | net/maradns/files/patch-tuzona-Makefile | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/net/maradns/files/patch-tuzona-Makefile b/net/maradns/files/patch-tuzona-Makefile index e39dd18..67150c3 100644 --- a/net/maradns/files/patch-tuzona-Makefile +++ b/net/maradns/files/patch-tuzona-Makefile @@ -1,11 +1,22 @@ ---- tuzona/Makefile.old Sat May 26 19:37:30 2001 -+++ tuzona/Makefile Sat May 26 19:37:35 2001 -@@ -6,7 +6,7 @@ +--- tuzona/Makefile.old Mon Jun 25 00:51:03 2001 ++++ tuzona/Makefile Mon Jun 25 00:51:22 2001 +@@ -5,7 +5,7 @@ + OBJECTS=$(JOBJS) $(MJOBJS) $(DOBJECTS) $(POBJECTS) EXECS=getzone zoneserver - #FLAGS = -O2 --FLAGS = -g -+FLAGS = -g $(CFLAGS) +-FLAGS = -O2 ++FLAGS = $(CFLAGS) + #FLAGS = -g all: $(EXECS) +@@ -14,8 +14,8 @@ + rm -f $(OBJECTS) core $(EXECS) + + getzone: getzone.c $(OBJECTS) +- gcc $(FLAGS) -o getzone getzone.c $(OBJECTS) ++ $(CC) $(FLAGS) -o getzone getzone.c $(OBJECTS) + + zoneserver: zoneserver.c $(OBJECTS) +- gcc $(FLAGS) -o zoneserver zoneserver.c $(OBJECTS) ++ $(CC) $(FLAGS) -o zoneserver zoneserver.c $(OBJECTS) |