[Buildroot] [PATCH 1/1] package/connman: fix build failure on x86_64

Mikael Bourhis-Cloarec mikael.bourhis at smile.fr
Thu Mar 26 13:24:01 UTC 2020


The new Connman 1.38 release uses 'WireGuard' and 'libmnl' by default now.

But to keep the same 'Connman' setup as previous setup, we need to
explicitly disable the 'WireGuard' support.

The support of all the new 'Connman' options will be done after.

Fixes:
http://autobuild.buildroot.org/results/dd8/dd8a68827ca70838c59d82780cb3eadf6b9764c2/

Signed-off-by: Mikael Bourhis-Cloarec <mikael.bourhis at smile.fr>
---
 package/connman/connman.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index 701be8b59d..251998d0dd 100644
--- a/package/connman/connman.mk
+++ b/package/connman/connman.mk
@@ -14,6 +14,8 @@ CONNMAN_LICENSE_FILES = COPYING
 
 CONNMAN_CONF_OPTS = --with-dbusconfdir=/etc
 
+CONNMAN_CONF_OPTS += --disable-wireguard
+
 ifeq ($(BR2_INIT_SYSTEMD),y)
 CONNMAN_CONF_OPTS += --with-systemdunitdir=/usr/lib/systemd/system
 endif
-- 
2.20.1



More information about the buildroot mailing list