* [Qemu-devel] Patch: fix linking for qemu-img on Solaris
@ 2007-02-08 19:50 Ben Taylor
0 siblings, 0 replies; only message in thread
From: Ben Taylor @ 2007-02-08 19:50 UTC (permalink / raw)
To: Qemu-devel
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-08 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-08 19:50 [Qemu-devel] Patch: fix linking for qemu-img on Solaris Ben Taylor
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.