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

Ilias Apalodimas apalos at gmail.com
Wed Feb 15 08:29:40 UTC 2017


Yes you are right,

There is an older patch posted 2 days ago that had the dependencies :(.
I think i messed up one of my diffs.
I'll fix it and report.

On Wed, Feb 15, 2017 at 10:22 AM, Baruch Siach <baruch at tkos.co.il> wrote:
> 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