keepalived: fix runtime error if kernel option CONFIG_PROC_EVENTS is not enabled
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 4 Nov 2019 12:22:38 +0000 (13:22 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 4 Nov 2019 12:43:32 +0000 (13:43 +0100)
This fixes a runtime startup error for system, which does not have enabled the
kernel config option CONFIG_PROC_EVENTS.

This workaround was published on github under the following URL.
https://github.com/acassen/keepalived/issues/1119

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/keepalived/Makefile

index 86dca46a027a7f3f549a2884f1afa5232cea2a9c..cc77c652065b6a85a8fc6cdc9cc90e4ae1b17968 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=keepalived
 PKG_VERSION:=2.0.19
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.keepalived.org/software
@@ -86,7 +86,8 @@ endef
 
 CONFIGURE_ARGS+= \
        --with-init=SYSV \
-       --disable-nftables
+       --disable-nftables \
+       --disable-track-process
 
 ifeq ($(CONFIG_KEEPALIVED_VRRP),)
 CONFIGURE_ARGS += \