diff options
Diffstat (limited to 'dns/maradns1/files/patch-tools_Makefile.recursive')
-rw-r--r-- | dns/maradns1/files/patch-tools_Makefile.recursive | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/maradns1/files/patch-tools_Makefile.recursive b/dns/maradns1/files/patch-tools_Makefile.recursive new file mode 100644 index 000000000000..52653b5a7140 --- /dev/null +++ b/dns/maradns1/files/patch-tools_Makefile.recursive @@ -0,0 +1,11 @@ +--- tools/Makefile.recursive.orig 2006-01-02 17:59:33.000000000 +0100 ++++ tools/Makefile.recursive 2010-01-08 09:51:36.000000000 +0100 +@@ -27,7 +27,7 @@ + $(CC) $(FLAGS) -o benchmark benchmark.c $(OBJECTS) $(POBJECTS) + + duende: duende.c +- $(CC) $(FLAGS) -o duende duende.c ++ $(CC) $(FLAGS) -o duende duende.c -lutil + + strip.control: strip.control.c + $(CC) $(FLAGS) -o strip.control strip.control.c |