From patchwork Sat Mar 24 16:26:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Essen X-Patchwork-Id: 148514 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B246FB6EEF for ; Sun, 25 Mar 2012 03:27:06 +1100 (EST) Received: from localhost ([::1]:55530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBTo0-0006Us-FB for incoming@patchwork.ozlabs.org; Sat, 24 Mar 2012 12:27:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBTnc-0006Ey-HC for qemu-devel@nongnu.org; Sat, 24 Mar 2012 12:26:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBTnV-0000YF-CS for qemu-devel@nongnu.org; Sat, 24 Mar 2012 12:26:40 -0400 Received: from 204.146.238.178.in-addr.arpa ([178.238.146.204]:51948 helo=mail.local) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBTnV-0000Xb-5K for qemu-devel@nongnu.org; Sat, 24 Mar 2012 12:26:33 -0400 Received: from soldev64.local (209.146.238.178.in-addr.arpa [178.238.146.209]) by mail.local (Postfix) with ESMTP id 5FC4F4E56; Sat, 24 Mar 2012 16:26:30 +0000 (UTC) From: Lee Essen To: qemu-devel@nongnu.org Date: Sat, 24 Mar 2012 16:26:27 +0000 Message-Id: <1332606390-3605-1-git-send-email-lee.essen@nowonline.co.uk> X-Mailer: git-send-email 1.7.6.3 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.238.146.204 Cc: Blue Swirl , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PATCH 1/4] Add socket/xnet libs to configure for Solaris X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org libsocket and libxnet are required for base network functionality used in os_dep.c, qemu-socket.c, qga/commands-posix.c and cutils.c Signed-off-by: Lee Essen --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 8b4e3c1..152adaa 100755 --- a/configure +++ b/configure @@ -471,6 +471,7 @@ SunOS) QEMU_CFLAGS="-D__EXTENSIONS__ $QEMU_CFLAGS" QEMU_CFLAGS="-std=gnu99 $QEMU_CFLAGS" LIBS="-lsocket -lnsl -lresolv $LIBS" + libs_qga="-lsocket -lxnet $lib_qga" ;; AIX) aix="yes"