[Buildroot] [PATCH 1/2] mosquitto: bump to version 1.4.11
Fabrice Fontaine
fontaine.fabrice at gmail.com
Tue Apr 4 20:29:33 UTC 2017
Dear Thomas,
2017-04-04 22:01 GMT+02:00 Thomas Petazzoni <
thomas.petazzoni at free-electrons.com>:
> Hello,
>
> On Tue, 4 Apr 2017 21:37:29 +0200, Fabrice Fontaine wrote:
> > - This version requires a patch (sent upstream) to remove -lanl from
> > all Linux builds as this library is only needed for adns support
>
> And so how does it work when adns support is enabled, by your PATCH
> 2/2 ?
>
When WITH_ADNS is set, the following lines of config.mk will add -lanl
ifeq ($(WITH_ADNS),yes)
BROKER_LIBS:=$(BROKER_LIBS) -lanl
BROKER_CFLAGS:=$(BROKER_CFLAGS) -DWITH_ADNS
endif
The issue in the current config.mk was the following lines (removed by my
patch):
ifeq ($(UNAME),Linux)
BROKER_LIBS:=$(BROKER_LIBS) -lanl
endif
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
>
Best Regards,
Fabrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20170404/12478c83/attachment-0001.html>
More information about the buildroot
mailing list