|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] fix libxenstore dependencies
# HG changeset patch
# User john.levon@xxxxxxx
# Date 1167327274 28800
# Node ID 2f4c0d966e03f1ce5b86cb4984db10df5937b516
# Parent 9f1798b7ed53f3170c305669696284a56198f527
Fix xenstore dependencies
Signed-off-by: Mark Johnson <mark.johnson@xxxxxxx>
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -91,7 +91,7 @@ libxenstore.so.$(MAJOR): libxenstore.so.
ln -sf $< $@
libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic
- $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG)
-Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ -lpthread
+ $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG)
-Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ $(SOCKET_LIBS) -lpthread
libxenstore.a: xs.o xs_lib.o
$(AR) rcs libxenstore.a $^
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] fix libxenstore dependencies,
John Levon <=
|
|
|
|
|