]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: drop the ldexp gnulib module
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 Oct 2019 15:27:12 +0000 (16:27 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 7 Oct 2019 12:39:43 +0000 (13:39 +0100)
commit09fe607b4de8eb883c966e90aaf5563299a22738
treed0cca26b663b66ef1ebb111f6f6744ce784d6639
parenta605dde1f53a78d0bd20b7ec87146f8eb6dc4a12
build: drop the ldexp gnulib module

The ldexp gnulib module adds "-lm" to the $LIBS variable if-and-only-if
the ldexp() function require linking to libm. There is no harm in
linking to libm even if it isn't required for ldexp(), so simply drop
the gnulib module.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
bootstrap.conf
src/util/Makefile.inc.am