summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/maradns/files/maradns-3.5.0005-flags.patch')
-rw-r--r--net-dns/maradns/files/maradns-3.5.0005-flags.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-dns/maradns/files/maradns-3.5.0005-flags.patch b/net-dns/maradns/files/maradns-3.5.0005-flags.patch
deleted file mode 100644
index 66493632df0a..000000000000
--- a/net-dns/maradns/files/maradns-3.5.0005-flags.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/build/Makefile.linux
-+++ b/build/Makefile.linux
-@@ -24,13 +24,13 @@ EXECS=server/maradns
- # end the Solaris section
- # Non-Solaris version of "M"
- V="VERSION=$(VERSION)"
--Q="DEFINES=-DSELECT_PROBLEM"
-+Q="$(LDFLAGS) DEFINES=-DSELECT_PROBLEM"
-
- # Debug
-
- FLAGS = -O2 -Wall -DSELECT_PROBLEM
--M="CC=$(CC) $(FLAGS)"
--D="CC=$(CC) $(FLAGS) -DDEBUG -DTHREADS"
-+M="CC=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)"
-+D="CC=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -DDEBUG -DTHREADS"
- #FLAGS = -g
-
- all:
-@@ -39,7 +39,7 @@ all:
- cd ../qual ; make $(M) ; cd ../server ; \
- make $(M) $(V) COMPILED=\"$(COMPILED)\" ; \
- cd ../tools ; make $(M) ; \
-- cd ../deadwood-*/src/ ; make FLAGS=-O2 ; \
-+ cd ../deadwood-*/src/ ; $(MAKE) $(M) ; \
- cd ../../tcp ; make $(M) $(V) ; cat ../00README.FIRST
-
- debug: