[Buildroot] [PATCH 1/1] open-lldp: new package

Yegor Yefremov yegorslists at googlemail.com
Mon Jan 15 15:21:13 UTC 2018


On Mon, Jan 15, 2018 at 4:15 PM, Laurent Charpentier
<laurent_pubs at yahoo.com> wrote:
> Hi Yegor,
>
>>> Here are some experiments on my side.
>>> (1) AUTORECONF=yes (no use of ./bootstrap.sh)
>>> -> ./configure fails
>>
>> use this variant and create a LIBFOO_PRE_CONFIGURE_HOOKS in order to
>> create m4 folder via "mkdir -p". That's all. This way you'll preserve
>> depedency on host-autoconf, host-automake and host-libtool.
>
> I'm not sure to understand everything.
>
> Do you want this?
> define OPEN_LLDP_PRE_CONFIGURE_HOOKS
>         (cd $(@D) && mkdir -p m4)
> endef

Yes.

> Do you also want this? :
> OPEN_LLDP_DEPENDENCIES += host-autoconf host-automake host-libtool

No. AUTORECONF=yes automagically takes care of these dependencies.

Yegor


More information about the buildroot mailing list