From b4fcf2ff58e712b168fea549748ab2bb9ed7b88d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 31 Aug 2020 16:00:35 +0200 Subject: [PATCH] package/avahi: disable introspection Fixes: http://autobuild.buildroot.net/results/b9bf7cea8be9231552a10e8ea828bf24394402ba/ Building with introspection (together with D-Bus) support currently fails. Fixing it is not trivial, so explicitly disable introspection for now. Signed-off-by: Peter Korsgaard Tested-by: Adam Duskett Signed-off-by: Peter Korsgaard --- package/avahi/avahi.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 73db37545f..eef05f0d2f 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -35,6 +35,7 @@ AVAHI_CONF_OPTS = \ --disable-mono \ --disable-monodoc \ --disable-stack-protector \ + --disable-introspection \ --with-distro=none \ --disable-manpages \ $(if $(BR2_PACKAGE_AVAHI_AUTOIPD),--enable,--disable)-autoipd \ -- 2.30.2