From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 27 Feb 2020 07:27:35 +0100 Subject: [Buildroot] [PATCH 1/1] package/connman: bump to 1.38 In-Reply-To: <20200226222626.2e7ca69f@windsurf> References: <20200219231616.19489-1-petr.vorel@gmail.com> <20200226222626.2e7ca69f@windsurf> Message-ID: <20200227062735.GA7181@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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