debuggers.hg
changeset 10994:fd59667e5365
Limit blktap static link to just libaio.
author | jchesterfield@wicket.uk.xensource.com |
---|---|
date | Mon Aug 07 18:11:59 2006 +0100 (2006-08-07) |
parents | ababeabf87c5 |
children | 08a11694b109 |
files | tools/blktap/drivers/Makefile |
line diff
1.1 --- a/tools/blktap/drivers/Makefile Mon Aug 07 16:07:20 2006 +0100 1.2 +++ b/tools/blktap/drivers/Makefile Mon Aug 07 18:11:59 2006 +0100 1.3 @@ -33,9 +33,7 @@ LIBS += -lcrypto 1.4 LIBS += -lz 1.5 LIBS += -L$(XEN_XENSTORE) -lxenstore 1.6 1.7 -AIOLIBS := -L $(LIBAIO_DIR) 1.8 -AIOLIBS += -laio 1.9 -AIOLIBS += -static 1.10 +AIOLIBS := $(LIBAIO_DIR)/libaio.a 1.11 1.12 BLK-OBJS := block-aio.o 1.13 BLK-OBJS += block-sync.o