15 Jul
2013
15 Jul
'13
3:59 p.m.
Aaron Hurt wrote:
Just did this myself, it looks like HAVE_CRYPT isn't being properly defined by the configure script on FreeBSD and missing.c is trying to emulate it which causes a conflict with the FreeBSD base definition. I was able to get things to compile on a 9.1-RELEASE-p3 amd64 box by exporting CFLAGS="-I/usr/local/include" and LDFLAGS="-L/usr/local/include" … this got everything to build but there are still some linking errors when it gets to the proto_dhcp module. I'll dig a bit more into this later today.
Thanks. I have a NetBSD VM, but no time to look at it myself. Alan DeKok.