[Buildroot] [PATCH 2/2] keepalived: new package

Baruch Siach baruch at tkos.co.il
Wed Feb 15 08:22:31 UTC 2017


Hi Ilias,

On Wed, Feb 15, 2017 at 10:18:55AM +0200, Ilias Apalodimas wrote:
> +ifeq ($(BR2_PACKAGE_IPSET),y)
> +KEEPALIVED_CONF_OPTS += --enable-libipset

You need to add ipset to KEEPALIVED_DEPENDENCIES to make sure it builds before 
keepalived.

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

Ditto.

> +else
> +KEEPALIVED_CONF_OPTS += --disable-libiptc
> +endif
> +
> +$(eval $(autotools-package))

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -



More information about the buildroot mailing list