iscsi: link libm into the module
commit7fa1c63553242ad557c26dafd01e828ff1507c64
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Jun 2021 08:00:48 +0000 (1 10:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Jun 2021 11:47:07 +0000 (4 13:47 +0200)
tree9bf25f6ed6825e86fd0cb686c4e6a13aadd5d3ad
parent96acfb1f2552c24af6b3ed886daabe2bd3ceff2d
iscsi: link libm into the module

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.
Link it in the module explicitly.

Reported-by: Yi Sun <yisun@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/meson.build
meson.build