All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: fix build after recent xenpaging changes
@ 2011-06-24 12:16 Tim Deegan
  2011-06-24 12:24 ` Olaf Hering
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Tim Deegan @ 2011-06-24 12:16 UTC (permalink / raw)
  To: xen-devel

tools: fix build after recent xenpaging changes
xenpaging now uses pthreads, so must link appropriately.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>

diff -r 2633588c2427 tools/xenpaging/Makefile
--- a/tools/xenpaging/Makefile	Fri Jun 24 13:03:38 2011 +0100
+++ b/tools/xenpaging/Makefile	Fri Jun 24 13:10:34 2011 +0100
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
 CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore)
-LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
+LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) -pthread
 
 POLICY    = default

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-06-27 13:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 12:16 [PATCH] tools: fix build after recent xenpaging changes Tim Deegan
2011-06-24 12:24 ` Olaf Hering
2011-06-24 12:33 ` Ian Campbell
2011-06-24 13:32   ` Olaf Hering
2011-06-24 13:48     ` Ian Campbell
2011-06-24 13:57       ` Olaf Hering
2011-06-24 14:30         ` Ian Campbell
2011-06-24 14:35           ` Olaf Hering
2011-06-24 14:41             ` Ian Campbell
2011-06-24 15:24               ` Olaf Hering
2011-06-27 13:50 ` Ian Jackson

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.