From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIcU5-0004iz-Ar for qemu-devel@nongnu.org; Fri, 24 Jul 2015 08:53:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIcTz-0000pN-J5 for qemu-devel@nongnu.org; Fri, 24 Jul 2015 08:53:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIcTz-0000or-En for qemu-devel@nongnu.org; Fri, 24 Jul 2015 08:53:47 -0400 References: <1436354392-26357-1-git-send-email-pbonzini@redhat.com> <559D4011.1010302@redhat.com> <20150724125238.GA12473@redhat.com> From: Paolo Bonzini Message-ID: <55B23556.2080302@redhat.com> Date: Fri, 24 Jul 2015 14:53:42 +0200 MIME-Version: 1.0 In-Reply-To: <20150724125238.GA12473@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/12] Final changes for 2.4-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , Peter Maydell Cc: QEMU Developers On 24/07/2015 14:52, Daniel P. Berrange wrote: > I'm happy to fix configure to check that gnutls has working static > libs, but we do have a much broader pre-existing problem in this respect. > So it seems people wanting todo static builds currently have to deal with > installing all the correct static bits upfront or manually disabling > features in configure. Ok, then it looks like a preexisting problem indeed. I'll add it to the prerequisites section of the release notes. Paolo