All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] mosquitto: bump to version 1.4.11
Date: Tue, 4 Apr 2017 22:29:33 +0200	[thread overview]
Message-ID: <CAPi7W82izo61-GAHts23q4x+ZHQoPgZTC9=XRbrQpVha21Zvyg@mail.gmail.com> (raw)
In-Reply-To: <20170404220136.53846968@free-electrons.com>

Dear Thomas,

2017-04-04 22:01 GMT+02:00 Thomas Petazzoni <
thomas.petazzoni@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.busybox.net/pipermail/buildroot/attachments/20170404/12478c83/attachment.html>

  reply	other threads:[~2017-04-04 20:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 19:37 [Buildroot] [PATCH 1/2] mosquitto: bump to version 1.4.11 Fabrice Fontaine
2017-04-04 19:37 ` [Buildroot] [PATCH 2/2] mosquitto: enable WITH_ADNS for glibc builds Fabrice Fontaine
2017-04-07 22:52   ` Peter Korsgaard
2017-04-04 20:01 ` [Buildroot] [PATCH 1/2] mosquitto: bump to version 1.4.11 Thomas Petazzoni
2017-04-04 20:29   ` Fabrice Fontaine [this message]
2017-04-04 20:31     ` Thomas Petazzoni
2017-04-07 22:52 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPi7W82izo61-GAHts23q4x+ZHQoPgZTC9=XRbrQpVha21Zvyg@mail.gmail.com' \
    --to=fontaine.fabrice@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.