From e8a91c870ae38d42855b2913fd251da124bfb4fd Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 8 Dec 2019 00:06:12 +0100 Subject: [PATCH] Remove last traces of klogd Signed-off-by: Joachim Nilsson --- .travis.yml | 2 +- Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7873038..fb15854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Makefile.am b/Makefile.am index 3bc6764..846738b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.