mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
This fixes the 100% CPU load issue seen when stopping containers. For details, see https://github.com/kernelkit/k8s-logger/releases/tag/v1.4 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
15 lines
474 B
Makefile
15 lines
474 B
Makefile
################################################################################
|
|
#
|
|
# k8s-logger
|
|
#
|
|
################################################################################
|
|
|
|
K8S_LOGGER_VERSION = 1.4
|
|
K8S_LOGGER_SITE = https://github.com/kernelkit/k8s-logger/releases/download/v$(K8S_LOGGER_VERSION)
|
|
K8S_LOGGER_LICENSE = MIT
|
|
K8S_LOGGER_LICENSE_FILES = LICENSE
|
|
K8S_LOGGER_DEPENDENCIES = sysklogd libite
|
|
K8S_LOGGER_CONF_OPTS = --with-syslogp
|
|
|
|
$(eval $(autotools-package))
|