Remove last traces of klogd
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
e15d789c84
commit
e8a91c870a
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user