[MaraDNS list] freebsd support

Nicholas Bamber <[email protected]> Thu, 05 Jan 2012 12:15:01 +0000
Newsgroups gmane.network.dns.maradns.general
Organization Periapt Technologies
Message-ID <[email protected]>
Sam,
	In the 1.4.x series maradns build perfectly well on Debian feebsd. I
have just verified that it continues to do so in the 2.0.x series. In
order to do so, of course I had to contruct a Makefile. The attached
file shows the post-patch diff between the 1.4 and 2.0 versions of
build/Makefile.linux. I applied the same changes to the 1.4 version of
build/Makefile.freebsd and it worked. I would appreciate it if you could
restore support for freebsd.

-- 
Nicholas Bamber | http://www.periapt.co.uk/
PGP key 3BFFE73C from pgp.mit.edu
a.txt (text/plain, 316 B)
31c31
< FLAGS = -O2 -Wall -DSELECT_PROBLEM
---
> FLAGS = -O2 -Wall -DSELECT_PROBLEM -DIPV6
42c42,43
< 	cd ../tcp ; make $(M) $(V) ; cat ../00README.FIRST
---
> 	cd ../deadwood-*/src/ ; make FLAGS="-O2 -DIPV6"; \
> 	cd ../../tcp ; make $(M) $(V) ; cat ../00README.FIRST
64a66
> 	cd ../deadwood-*/src ; make clean ; \