From: Florian Eckert Date: Thu, 19 Oct 2017 09:33:05 +0000 (+0200) Subject: net/keepalived: update CONFIGURE_ARGS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2360f361f553446a15cd51c1d551de3efdc6f4ae;p=feed%2Fpackages.git 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 --- diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 0be189b638..335285724f 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 += \