From 81378442ff2a89b20595ee52a25b21383df7bf9d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 11 Jun 2007 08:29:27 +0000 Subject: changes to make klogd integration compile under freebsd --- freebsd/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'freebsd') diff --git a/freebsd/Makefile b/freebsd/Makefile index 7b05766f..2170544f 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -39,6 +39,9 @@ FEATURE_PTHREADS=1 # results in moderate savings of network traffic. FEATURE_NETZIP=1 +# For Freebsd, we disable klogd +FEATURE_KLOGD=0 + # Enable debug mode (much slower code) FEATURE_DEBUG=0 @@ -71,6 +74,10 @@ MANDIR = /usr/share/man WITHDB=-DWITH_DB .endif +.if $(FEATURE_KLOGD) == 1 + WITHDB=-DWITH_KLOGD +.endif + .if $(FEATURE_NETZIP) == 1 NETZIP=-DWITH_DB .endif -- cgit