Re: [libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-26 Thread Justin Clift
On 26 Jul 2016, at 08:26, Andrea Bolognani wrote: > On Tue, 2016-07-26 at 04:55 +0300, Roman Bogorodskiy wrote: >> I pushed the patch to make sure it won't get lost and get into the >> upcoming release. > > I was away for a few days, thanks for taking care of this :) Thanks guys. :) + Justin -

Re: [libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-26 Thread Andrea Bolognani
On Tue, 2016-07-26 at 04:55 +0300, Roman Bogorodskiy wrote: > I pushed the patch to make sure it won't get lost and get into the > upcoming release. I was away for a few days, thanks for taking care of this :) --  Andrea Bolognani / Red Hat / Virtualization -- libvir-list mailing list libvir-lis

Re: [libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-25 Thread Roman Bogorodskiy
Daniel P. Berrange wrote: > On Wed, Jul 20, 2016 at 03:46:56PM +0200, Andrea Bolognani wrote: > > The symbol being missing has been reported as causing build > > failures on OS X. If it's not already defined, define it to > > zero so that it won't have any effect. > > --- > > Changes from v2: >

Re: [libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-22 Thread Justin Clift
On 22 Jul 2016, at 10:13, Daniel P. Berrange wrote: > On Wed, Jul 20, 2016 at 03:11:51PM +0100, Justin Clift wrote: >> On 20 Jul 2016, at 14:46, Andrea Bolognani wrote: >>> The symbol being missing has been reported as causing build >>> failures on OS X. If it's not already defined, define it to

Re: [libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-22 Thread Daniel P. Berrange
On Wed, Jul 20, 2016 at 03:11:51PM +0100, Justin Clift wrote: > On 20 Jul 2016, at 14:46, Andrea Bolognani wrote: > > The symbol being missing has been reported as causing build > > failures on OS X. If it's not already defined, define it to > > zero so that it won't have any effect. > > --- > > C

Re: [libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-22 Thread Daniel P. Berrange
On Wed, Jul 20, 2016 at 03:46:56PM +0200, Andrea Bolognani wrote: > The symbol being missing has been reported as causing build > failures on OS X. If it's not already defined, define it to > zero so that it won't have any effect. > --- > Changes from v2: > > * define MSG_NOSIGNAL to zero if not

Re: [libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-20 Thread Justin Clift
On 20 Jul 2016, at 14:46, Andrea Bolognani wrote: > The symbol being missing has been reported as causing build > failures on OS X. If it's not already defined, define it to > zero so that it won't have any effect. > --- > Changes from v2: > > * define MSG_NOSIGNAL to zero if not already defined

[libvirt] [PATCH v3] util: systemd: Define MSG_NOSIGNAL if needed

2016-07-20 Thread Andrea Bolognani
The symbol being missing has been reported as causing build failures on OS X. If it's not already defined, define it to zero so that it won't have any effect. --- Changes from v2: * define MSG_NOSIGNAL to zero if not already defined instead of conditionally compiling the code depending o