Depending on the configuration of QEMU, some binaries might not need libm at all. In that case libiscsi, which uses exp(), will fail to load. This series makes sure that libm is linked in the module explicitly.
Paolo Paolo Bonzini (2): meson: allow optional dependencies for block modules iscsi: link libm into the module block/meson.build | 18 +++++++++--------- meson.build | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) -- 2.31.1