[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix libxenstore library dependencies.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxxx # Date 1167409497 0 # Node ID d5d5d3d491d827cd076b286c62515eb5889eef6a # Parent 89d4e80cd1b7e222de843a4b096a274cdd95d8c5 Fix libxenstore library dependencies. Signed-off-by: Mark Johnson <mark.johnson@xxxxxxx> --- tools/xenstore/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 89d4e80cd1b7 -r d5d5d3d491d8 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Fri Dec 29 16:23:11 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 |