|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Limit blktap static link to just libaio.
# HG changeset patch
# User jchesterfield@xxxxxxxxxxxxxxxxxxxxxxx
# Node ID fd59667e5365483e59c034542f3091f9cc7dc091
# Parent ababeabf87c585f77b10c19a958c54a96324bdaf
Limit blktap static link to just libaio.
---
tools/blktap/drivers/Makefile | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
diff -r ababeabf87c5 -r fd59667e5365 tools/blktap/drivers/Makefile
--- a/tools/blktap/drivers/Makefile Mon Aug 07 16:07:20 2006 +0100
+++ b/tools/blktap/drivers/Makefile Mon Aug 07 18:11:59 2006 +0100
@@ -33,9 +33,7 @@ LIBS += -lz
LIBS += -lz
LIBS += -L$(XEN_XENSTORE) -lxenstore
-AIOLIBS := -L $(LIBAIO_DIR)
-AIOLIBS += -laio
-AIOLIBS += -static
+AIOLIBS := $(LIBAIO_DIR)/libaio.a
BLK-OBJS := block-aio.o
BLK-OBJS += block-sync.o
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Limit blktap static link to just libaio.,
Xen patchbot-unstable <=
|
|
|
|
|