Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Anyone done this on a FreeBSD server?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Anyone done this on a FreeBSD server?
Authored by: sandro on Nov 17, '03 03:18:45PM

Near the top in the section on OS's and add the following lines to your Makefile:

ifeq ($(os),freebsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T
else
.
[section on osx & cantbuild]
.
endif



[ Reply to This | # ]