On Fri, Jan 27, 2012 at 09:23:45PM +0000, Nicholas Bamber wrote:
> I think it would be enwise to expect experimental to make it into
> wheezy. I might backport some features like splitting the docs package.
> The issue is that there is a fairly big backwards compatibility issue.
Patch for sid is attached.
Cheers,
Moritz
diff -aur maradns-1.4.10.harden/build/Makefile.linux maradns-1.4.10/build/Makefile.linux
--- maradns-1.4.10.harden/build/Makefile.linux 2012-01-27 20:04:10.000000000 +0100
+++ maradns-1.4.10/build/Makefile.linux 2012-01-29 09:52:44.000000000 +0100
@@ -28,7 +28,10 @@
# Debug
-FLAGS = -O2 -Wall -DSELECT_PROBLEM
+FLAGS = `dpkg-buildflags --get CFLAGS`
+FLAGS += -Wall -DSELECT_PROBLEM
+FLAGS += `dpkg-buildflags --get CPPFLAGS`
+FLAGS += `dpkg-buildflags --get LDFLAGS`
M="CC=$(CC) $(FLAGS)"
D="CC=$(CC) $(FLAGS) -DDEBUG -DTHREADS"
#FLAGS = -g
Nur in maradns-1.4.10/build: Makefile.linux~.