[Buildroot] [PATCH v3 1/2] Added keepalived

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Feb 9 20:44:05 UTC 2017


Hello,

The title of the commit should be:

	keepalived: new package

Other comments below.

On Thu,  9 Feb 2017 22:37:15 +0200, Ilias Apalodimas wrote:

> +KEEPALIVED_VERSION = 1.3.2
> +KEEPALIVED_SITE = http://www.keepalived.org/software
> +KEEPALIVED_DEPENDENCIES = host-pkgconf openssl popt
> +KEEPALIVED_LICENSE = GPLv2+
> +KEEPALIVED_LICENSE_FILES = COPYING
> +KEEPALIVED_CONF_OPTS += --disable-dbus
> +
> +ifeq ($(BR2_PACKAGE_IPSET),y)
> +KEEPALIVED_CONF_OPTS += --enable-libipset

Missing dependency on the ipset package.


> +else
> +KEEPALIVED_CONF_OPTS += --disable-libipset


> +endif
> +
> +ifeq ($(BR2_PACKAGE_IPTABLES),y)
> +KEEPALIVED_CONF_OPTS += --enable-libiptc

Missing dependency on the iptables package.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list