From: Petr Vorel <petr.vorel@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/connman: bump to 1.38
Date: Thu, 27 Feb 2020 07:27:35 +0100 [thread overview]
Message-ID: <20200227062735.GA7181@dell5510> (raw)
In-Reply-To: <20200226222626.2e7ca69f@windsurf>
Hi Thomas,
> My reading of configure.ac is that it doesn't require libmnl. It only
> needs it if WireGuard support is enabled:
> found_libmnl="no"
> if (test "${firewall_type}" = "nftables" -o \
> "${enable_wireguard}" != "no"); then
> PKG_CHECK_MODULES(LIBMNL, [libmnl >= 1.0.0], [found_libmnl="yes"],
> AC_MSG_ERROR([libmnl >= 1.0.0 not found]))
> AC_SUBST(LIBMNL_CFLAGS)
> AC_SUBST(LIBMNL_LIBS)
> fi
> AM_CONDITIONAL(LIBMNL, test "${found_libmnl}" != "no")
> The connman package probably needs to be extended to support either
> iptables or nftables as firewall types, and other options to
> enable/disable wireguard support.
Sorry for wrong patch, I'll fix it in v2.
Kind regards,
Petr
prev parent reply other threads:[~2020-02-27 6:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-19 23:16 [Buildroot] [PATCH 1/1] package/connman: bump to 1.38 Petr Vorel
2020-02-19 23:43 ` Thomas Petazzoni
2020-02-20 0:03 ` Petr Vorel
2020-02-26 21:26 ` Thomas Petazzoni
2020-02-27 6:27 ` Petr Vorel [this message]
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=20200227062735.GA7181@dell5510 \
--to=petr.vorel@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.