From: Ben Taylor <sol10x86@cox.net>
To: Qemu-devel@nongnu.org
Subject: [Qemu-devel] Patch: fix linking for qemu-img on Solaris
Date: Thu, 8 Feb 2007 14:50:50 -0500 [thread overview]
Message-ID: <17536115.1170964251148.JavaMail.root@eastrmwml07.mgt.cox.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 86 bytes --]
This patch fixes the link phase for qemu-img (to get the aio
support included).
Ben
[-- Attachment #2: Makefile.solaris.patch --]
[-- Type: text/x-patch, Size: 315 bytes --]
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
reply other threads:[~2007-02-08 19:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17536115.1170964251148.JavaMail.root@eastrmwml07.mgt.cox.net \
--to=sol10x86@cox.net \
--cc=Qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.