From 2b1dd66f0f8d8f5f2c7f3a51717cbaf71128eb1f Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Fri, 3 Aug 2018 08:45:45 +0200 Subject: [PATCH] Add missing syslog.c define from conversion to GNU configure & build Signed-off-by: Joachim Nilsson --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 88a61e5..ccb2ed9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,4 +26,4 @@ syslogd_CPPFLAGS = -DSYSV -DFSSTND -DSYSLOG_INET -DINET6 -DNO_SCCS \ klogd_SOURCES = klogd.c klogd.h syslog.c pidfile.c pidfile.h \ ksym.c ksyms.h ksym_mod.c module.h -klogd_CPPFLAGS = -DSYSV -DFSSTND +klogd_CPPFLAGS = -DSYSV -DFSSTND -DALLOW_KERNEL_LOGGING