[Libguestfs] [libldm 1/3] relax uuid, zlib version requirements

Matthew Booth mbooth at redhat.com
Mon Jun 16 08:24:22 UTC 2014


On 13/06/14 22:38, Richard W.M. Jones wrote:
> On Fri, Jun 13, 2014 at 10:52:10PM +0200, Hilko Bengen wrote:
>> ---
>>  configure.ac | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 469ea96..0e7e2ea 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -85,14 +85,14 @@ PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= 2.32.0],
>>      ]
>>  )
>>  
>> -PKG_CHECK_MODULES([ZLIB], [zlib >= 1.2.5],
>> +PKG_CHECK_MODULES([ZLIB], [zlib >= 1.2],
>>      [
>>          AC_SUBST([ZLIB_CFLAGS])
>>          AC_SUBST([ZLIB_LIBS])
>>      ]
>>  )
>>  
>> -PKG_CHECK_MODULES([UUID], [uuid >= 2.21.0],
>> +PKG_CHECK_MODULES([UUID], [uuid],
>>      [
>>          AC_SUBST([UUID_CFLAGS])
>>          AC_SUBST([UUID_LIBS])
>> -- 
>> 2.0.0
> 
> ACK to all 3 patches.

Yup, they will have been set because they were whatever I had on my box
at the time.

> Now the question is if you have access to the libldm source
> repository.  I suspect you may need Matt Booth (CC'd) to give it to
> you.

I'm happy to add anybody on Rich's recommendation. In fact, Rich, aren't
you an admin?

Matt
-- 
Matthew Booth
Red Hat Engineering, Virtualisation Team

Phone: +442070094448 (UK)
GPG ID:  D33C3490
GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490




More information about the Libguestfs mailing list