[Spice-devel] [common PATCH 2/3 v3] m4: Require glib version >= 2.22
Fabiano Fidêncio
fabiano at fidencio.org
Thu Oct 22 02:33:24 PDT 2015
On Thu, Oct 22, 2015 at 11:26 AM, Fabiano Fidêncio <fabiano at fidencio.org> wrote:
> On Wed, Oct 14, 2015 at 4:57 PM, Lukas Venhoda <lvenhoda at redhat.com> wrote:
>> This is required by the new IPv6 verify_hostname.
>
> I would like to have a mention that it's required because of
> GInetAddress functions instead of "new IPv6 verify_hostanem"
>
>
>> ---
>> Changes since v2:
>> - New patch
>> ---
>> m4/spice-deps.m4 | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
>> index e4b2c8d..8ef4835 100644
>> --- a/m4/spice-deps.m4
>> +++ b/m4/spice-deps.m4
>> @@ -155,7 +155,7 @@ AC_DEFUN([SPICE_CHECK_PIXMAN], [
>> # use to the $PREFIX_CFLAGS and $PREFIX_LIBS variables.
>> #---------------------------
>> AC_DEFUN([SPICE_CHECK_GLIB2], [
>> - PKG_CHECK_MODULES(GLIB2, glib-2.0)
>> + PKG_CHECK_MODULES(GLIB2, glib-2.0 >= 2.22)
>> AS_VAR_APPEND([$1_CFLAGS], [" $GLIB2_CFLAGS"])
>> AS_VAR_APPEND([$1_LIBS], [" $GLIB2_LIBS"])
>> ])
>> --
>> 2.4.3
>>
>> _______________________________________________
>> Spice-devel mailing list
>> Spice-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>
>
>
> --
> Fabiano Fidêncio
And this patch doesn't apply clearly due to the changes done in
f7ec855af3deff18aeb43ddbf2467c565f4bf346
Best Regards,
--
Fabiano Fidêncio
More information about the Spice-devel
mailing list