Remove last traces of klogd

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-12-08 00:06:12 +01:00
parent e15d789c84
commit e8a91c870a
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ addons:
name: "troglobit/sysklogd"
description: "RFC5424 compliant syslog daemon and syslog()/syslogp() API for Linux"
notification_email: troglobit@gmail.com
build_command_prepend: "./autogen.sh && ./configure --with-klogd"
build_command_prepend: "./autogen.sh && ./configure"
build_command: "make"
branch_pattern: dev

View File

@ -50,7 +50,7 @@ release: distcheck
done
# Workaround for systemd unit file duing distcheck
DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd) --with-klogd
DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd)
# Disable parallel build in top Makefile, we might otherwise get a very
# bizarre build problem with strlcpy.o in libcompat and for syslogd.