From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4ujc-00060X-Ol for qemu-devel@nongnu.org; Wed, 09 Jul 2014 12:28:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4ujX-0007wO-NS for qemu-devel@nongnu.org; Wed, 09 Jul 2014 12:28:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4ujX-0007wB-Eh for qemu-devel@nongnu.org; Wed, 09 Jul 2014 12:28:39 -0400 Date: Wed, 9 Jul 2014 18:28:33 +0200 From: Kevin Wolf Message-ID: <20140709162833.GA3269@noname.redhat.com> References: <20140709150442.6843.14602.stgit@3820> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140709150442.6843.14602.stgit@3820> Subject: Re: [Qemu-devel] [PATCH] qtest: fix vhost-user-test compilation with old GLib List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikolay Nikolaev Cc: snabb-devel@googlegroups.com, qemu-devel@nongnu.org, tech@virtualopensystems.com, mst@redhat.com Am 09.07.2014 um 17:06 hat Nikolay Nikolaev geschrieben: > Mising G_TIME_SPAN_SECOND definition breaks the RHEL6 compilation as GLib > version before 2.26 does not have it. In such case just define it. > > Reported-by: Kevin Wolf > Signed-off-by: Nikolay Nikolaev Thanks, this fixes the build for me. Tested-by: Kevin Wolf