Merge pull request #10454 from TDT-AG/pr/20191104-keepalived

keepalived: fix run errors on non x86_64 architectures
This commit is contained in:
Florian Eckert 2019-11-06 14:28:11 +01:00 committed by GitHub
commit 27e1489eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=keepalived
PKG_VERSION:=2.0.19
PKG_RELEASE:=1
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.keepalived.org/software
@ -86,7 +86,9 @@ endef
CONFIGURE_ARGS+= \
--with-init=SYSV \
--disable-nftables
--disable-nftables \
--disable-track-process \
--with-run-dir="/var/run"
ifeq ($(CONFIG_KEEPALIVED_VRRP),)
CONFIGURE_ARGS += \