From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSX4h-0000dS-72 for qemu-devel@nongnu.org; Thu, 29 Jan 2009 08:36:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSX4g-0000cr-QK for qemu-devel@nongnu.org; Thu, 29 Jan 2009 08:36:54 -0500 Received: from [199.232.76.173] (port=48187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSX4g-0000cf-IB for qemu-devel@nongnu.org; Thu, 29 Jan 2009 08:36:54 -0500 Received: from yw-out-1718.google.com ([74.125.46.158]:6736) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSX4g-0005Jl-A6 for qemu-devel@nongnu.org; Thu, 29 Jan 2009 08:36:54 -0500 Received: by yw-out-1718.google.com with SMTP id 6so3162218ywa.82 for ; Thu, 29 Jan 2009 05:36:53 -0800 (PST) Message-ID: <4981B0E5.5020607@codemonkey.ws> Date: Thu, 29 Jan 2009 07:36:37 -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> <4970DB88.4070902@codemonkey.ws> <1233225729.9550.28.camel@nc> In-Reply-To: <1233225729.9550.28.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: Natanael Copa Cc: qemu-devel@nongnu.org Natanael Copa wrote: > On Fri, 2009-01-16 at 13:10 -0600, Anthony Liguori wrote: > >> 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. >> > Needs a Signed-off-by. Regards, Anthony Liguori > I created a new patch for your convenience agains current trunk. (even > if the previous patch appled just fine with -p2) > > Thanks! > > -nc >