ostree: Append to UNKNOWN_CONFIGURE_OPT_IGNORE instead of override

Ensures that predefinined values are repsected as well, since some
of them might be needed by distro settings at global context

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-06-02 18:55:47 -07:00
parent ca28badd14
commit e81ffda3b4
@@ -28,7 +28,7 @@ S = "${WORKDIR}/libostree-${PV}"
inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd
UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection"
UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-introspection --enable-introspection"
# Workaround compile failure:
# |../git/src/libotutil/zbase32.c:37:1: error: function returns an aggregate [-Werror=aggregate-return]