From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIdMi-0004U6-3u for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIdMe-0005o7-JC for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:50:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIdMe-0005o2-CI for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:50:16 -0400 References: <1436354392-26357-1-git-send-email-pbonzini@redhat.com> <559D4011.1010302@redhat.com> <20150724125238.GA12473@redhat.com> <55B23556.2080302@redhat.com> <20150724131002.GM6880@redhat.com> <20150724134801.GO6880@redhat.com> From: Paolo Bonzini Message-ID: <55B24294.1020101@redhat.com> Date: Fri, 24 Jul 2015 15:50:12 +0200 MIME-Version: 1.0 In-Reply-To: <20150724134801.GO6880@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 15:48, Daniel P. Berrange wrote: > > Yes, but the set of required static libs for linux-user is pretty > > tiny, and it doesn't generally change. In particular since we > > don't want to link gnutls into linux-user we shouldn't be requiring > > the user to scrape up a static lib of it to keep things working. > > Requiring gnutls at all for these configure options is just a bug > > (in configure or the makefile). > > Ok, I'll send a patch to auto-disable it when missing If the problem is just socket-scm-helper, which is only used to test system emulators, we can make that depend on CONFIG_SOFTMMU. Paolo