[libvirt] [PATCH] random: link with -lm when needed

Laine Stump laine at laine.org
Tue Aug 14 20:02:50 UTC 2012


On 08/14/2012 03:44 PM, Eric Blake wrote:
> Use of ldexp() requires -lm on some platforms; use gnulib to determine
> this for our makefile.  Also, optimize virRandomInt() for the case
> of a power-of-two limit (actually rather common, given that Daniel
> has a pending patch to replace virRandomBis(10) with code that will
> default to virRandomInt(1024) on default SELinux settings).

ACK.




More information about the libvir-list mailing list