Message ID | 20240524-objects-v1-0-07cbbe96166b@daynix.com (mailing list archive) |
---|---|
Headers | show |
Series | meson: Pass objects to declare_dependency() | expand |
On Fri, May 24, 2024 at 10:00 AM Akihiko Odaki <akihiko.odaki@daynix.com> wrote: > > Based-on: <20240524-xkb-v4-0-2de564e5c859@daynix.com> > ("[PATCH v4 0/4] Fix sanitizer errors with clang 18.1.1") > > This is changes suggested by Paolo Bonzini at: > https://lore.kernel.org/all/CABgObfYoEFZsW-H4WJ7xW0B85OqFi932d3-DmNAb6zTohFn=Og@mail.gmail.com/ > > Unfortunately it broke builds on my system. Below are the errors I > observed: > > ld.lld: error: undefined symbol: pam_start > >>> referenced by pamacct.c:40 (/home/me/q/var/qemu/build/../authz/pamacct.c:40) > >>> qemu-img.lto.o:(qauthz_pam_is_allowed.cfi) Thanks Akihiko for putting together the RFC! This is simply because dependencies need to be added to the declare_dependency(). I'll post the full series once I finish testing it. Paolo