[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.0.4-testing] Fix libxenstore library dependencies.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxxx # Date 1167409497 0 # Node ID 54c1c43de4a346eadd41e20cfbff24f203e523e9 # Parent ab88ed7505e901922a230edfbd5de91044793796 Fix libxenstore library dependencies. Signed-off-by: Mark Johnson <mark.johnson@xxxxxxx> Based on xen-unstable changeset 13191:d5d5d3d491d827cd076b286c62515eb5889eef6a --- tools/xenstore/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r ab88ed7505e9 -r 54c1c43de4a3 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Fri Dec 29 16:17:53 2006 +0000 +++ b/tools/xenstore/Makefile Fri Dec 29 16:24:57 2006 +0000 @@ -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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |