From e8a2e04315d138863b743ff3f51af167cbcdae37 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 26 Jul 2015 01:34:53 +0200 Subject: package/maradns: update to version 2.0.09 Additionally: - Also minimize necessary patching. Still a bit hacky, but a lot less intrusive at least. - Allow enabling IPv6 support. - Make sure /etc/maradns/logger exists, necessary for chroot operation Signed-off-by: Phil Sutter --- package/maradns/patches/patch-libs_Makefile | 31 ----------------------------- 1 file changed, 31 deletions(-) delete mode 100644 package/maradns/patches/patch-libs_Makefile (limited to 'package/maradns/patches/patch-libs_Makefile') diff --git a/package/maradns/patches/patch-libs_Makefile b/package/maradns/patches/patch-libs_Makefile deleted file mode 100644 index 4c8ec3255..000000000 --- a/package/maradns/patches/patch-libs_Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- maradns-1.4.05.orig/libs/Makefile 2006-01-02 17:59:33.000000000 +0100 -+++ maradns-1.4.05/libs/Makefile 2011-01-21 16:46:50.568579851 +0100 -@@ -9,22 +9,22 @@ clean: - rm -f core $(OBJECTS) tests mtest *.exe - - MaraHash.o: JsStr.h MaraHash.c -- $(CC) -c $(FLAGS) -o MaraHash.o MaraHash.c -+ $(CC) -c $(CFLAGS) -o MaraHash.o MaraHash.c - - JsStr.o: JsStr.h JsStr.c -- $(CC) -c $(FLAGS) -o JsStr.o JsStr.c -+ $(CC) -c $(CFLAGS) -o JsStr.o JsStr.c - - JsStrOS.o: JsStr.h JsStrOS.c -- $(CC) -c $(FLAGS) -o JsStrOS.o JsStrOS.c -+ $(CC) -c $(CFLAGS) -o JsStrOS.o JsStrOS.c - - JsStrCP.o: JsStr.h JsStrCP.c -- $(CC) -c $(FLAGS) -o JsStrCP.o JsStrCP.c -+ $(CC) -c $(CFLAGS) -o JsStrCP.o JsStrCP.c - - mtest: mtest.c $(OBJECTS) -- $(CC) $(FLAGS) -o mtest mtest.c $(OBJECTS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o mtest mtest.c $(OBJECTS) - - tests: tests.c $(OBJECTS) -- $(CC) $(FLAGS) -o tests tests.c $(OBJECTS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o tests tests.c $(OBJECTS) - - #onetime: $(OBJECTS) kiwi.h config.h onetime.c do_scramble.o cryptdate.o - # $(CC) $(FLAGS) -o onetime onetime.c do_scramble.o cryptdate.o -- cgit v1.2.3