From 2360f361f553446a15cd51c1d551de3efdc6f4ae Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 19 Oct 2017 11:33:05 +0200 Subject: [PATCH] net/keepalived: update CONFIGURE_ARGS Remove unused and unrecognized (outdated) configure options in Makefile. --enable-vrrp --enable-fwmark --disable-debug --disable-profile Signed-off-by: Florian Eckert --- net/keepalived/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 0be189b63..335285724 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -41,14 +41,10 @@ define Package/keepalived/conffiles endef CONFIGURE_ARGS+= \ - --enable-vrrp \ - --enable-fwmark \ --enable-sha1 \ --disable-lvs \ --disable-lvs-syncd \ --disable-snmp \ - --disable-debug \ - --disable-profile \ --with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)" MAKE_FLAGS += \