From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNu5E-0001iR-3O for qemu-devel@nongnu.org; Fri, 16 Jan 2009 14:10:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNu5C-0001iD-Iq for qemu-devel@nongnu.org; Fri, 16 Jan 2009 14:10:19 -0500 Received: from [199.232.76.173] (port=35809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNu5C-0001iA-Em for qemu-devel@nongnu.org; Fri, 16 Jan 2009 14:10:18 -0500 Received: from mail-qy0-f20.google.com ([209.85.221.20]:56592) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNu5B-0008Bb-H2 for qemu-devel@nongnu.org; Fri, 16 Jan 2009 14:10:18 -0500 Received: by qyk13 with SMTP id 13so2682551qyk.10 for ; Fri, 16 Jan 2009 11:10:12 -0800 (PST) Message-ID: <4970DB88.4070902@codemonkey.ws> Date: Fri, 16 Jan 2009 13:10:00 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu/configure: correctly detect -lrt ldflag on uclibc References: <1232088865.5858.251.camel@nc> In-Reply-To: <1232088865.5858.251.camel@nc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, natanael.copa@gmail.com Natanael Copa wrote: > Hi, > > I managed to build kvm on/for my uclibc distro, Alpine linux. The qemu > configure script failed to detect if it needed the -lrt ldflag. the > attatched patch fixes the test. > > Thanks! > > -nc > > PS. please CC me as i don't subscribe to the list. > Please submit this against QEMU SVN, not against a release of KVM. Regards, Anthony Liguori