[PATCH 0/2] iscsi: always link libm into the module

Paolo Bonzini posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210603130732.208065-1-pbonzini@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
block/meson.build | 18 +++++++++---------
meson.build       |  4 ++--
2 files changed, 11 insertions(+), 11 deletions(-)
[PATCH 0/2] iscsi: always link libm into the module
Posted by Paolo Bonzini 2 years, 10 months ago
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