summaryrefslogtreecommitdiff
path: root/net/maradns/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/maradns/patches/patch-ah')
-rw-r--r--net/maradns/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/maradns/patches/patch-ah b/net/maradns/patches/patch-ah
new file mode 100644
index 00000000000..49687de65cc
--- /dev/null
+++ b/net/maradns/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2005/05/13 13:25:55 salo Exp $
+
+--- tools/Makefile.orig 2003-08-02 21:39:36.000000000 +0200
++++ tools/Makefile 2005-05-13 14:56:09.000000000 +0200
+@@ -7,7 +7,7 @@
+ POBJECTS=../parse/ParseCsv1.o ../parse/ParseMaraRc.o
+ EXECS=askmara strip.control benchmark
+
+-FLAGS = -g -O2 $(DEBUG)
++FLAGS = -g -O2 $(DEBUG) $(CFLAGS) $(LDFLAGS)
+ #FLAGS = -g $(DEBUG)
+
+ all: $(EXECS)