package/avahi: disable introspection
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 31 Aug 2020 14:00:35 +0000 (16:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 31 Aug 2020 18:38:59 +0000 (20:38 +0200)
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 <peter@korsgaard.com>
Tested-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/avahi/avahi.mk

index 73db37545f78935be23b1096c908bc4e0af5865a..eef05f0d2f8341513116341f266c9e1252a6481c 100644 (file)
@@ -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 \