From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFFIF-0006Lw-RL for qemu-devel@nongnu.org; Thu, 08 Feb 2007 14:50:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFFIE-0006FL-1J for qemu-devel@nongnu.org; Thu, 08 Feb 2007 14:50:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFFID-0006F8-TX for qemu-devel@nongnu.org; Thu, 08 Feb 2007 14:50:53 -0500 Received: from eastrmmtao05.cox.net ([68.230.240.34]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFFID-00058p-Gu for qemu-devel@nongnu.org; Thu, 08 Feb 2007 14:50:53 -0500 Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao05.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20070208195051.FCFJ26107.eastrmmtao05.cox.net@eastrmimpo01.cox.net> for ; Thu, 8 Feb 2007 14:50:51 -0500 Message-ID: <17536115.1170964251148.JavaMail.root@eastrmwml07.mgt.cox.net> Date: Thu, 8 Feb 2007 14:50:50 -0500 From: Ben Taylor MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_4210_9349870.1170964250755" Subject: [Qemu-devel] Patch: fix linking for qemu-img on Solaris Reply-To: sol10x86@cox.net, 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 ------=_Part_4210_9349870.1170964250755 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit This patch fixes the link phase for qemu-img (to get the aio support included). Ben ------=_Part_4210_9349870.1170964250755 Content-Type: text/x-patch; name=Makefile.solaris.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=Makefile.solaris.patch diff -ruN qemu-ORIG/Makefile qemu/Makefile --- qemu-ORIG/Makefile 2007-02-05 16:22:42.000000000 -0500 +++ qemu/Makefile 2007-02-08 14:01:37.092547000 -0500 @@ -26,11 +26,9 @@ ifndef CONFIG_DARWIN ifndef CONFIG_WIN32 -ifndef CONFIG_SOLARIS LIBS+=-lrt endif endif -endif all: $(TOOLS) $(DOCS) recurse-all ------=_Part_4210_9349870.1170964250755--