search for: aiolibs

Displaying 6 results from an estimated 6 matches for "aiolibs".

2011 Mar 16
3
[PATCH] tools: do not link against unused libraries
...+VHDLIBS := -L$(LIBVHDDIR) -lvhd REMUS-OBJS := block-remus.o REMUS-OBJS += hashtable.o @@ -88,26 +84,26 @@ all: $(IBIN) lock-util qcow-util all: $(IBIN) lock-util qcow-util -tapdisk2: $(TAP-OBJS-y) $(BLK-OBJS-y) $(MISC-OBJS-y) tapdisk2.c - $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) $(AIOLIBS) $(MEMSHRLIBS) $(LBLIBS_img) +tapdisk2: $(TAP-OBJS-y) $(BLK-OBJS-y) $(MISC-OBJS-y) tapdisk2.o + $(CC) -o $@ $^ $(LDFLAGS) -lrt -lz $(VHDLIBS) $(AIOLIBS) $(MEMSHRLIBS) -lm tapdisk-client: tapdisk-client.o - $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) $(LBLIBS_img) + $(CC) -o $@ $^ $(LDFLAGS) -l...
2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
blktap2: fix makefile of vhd for parallel make With parallel make, libvhd might not be created before link resulting in link error. This patch guarantees it. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile --- a/tools/blktap2/vhd/Makefile +++ b/tools/blktap2/vhd/Makefile @@ -12,6 +12,9 @@ CFLAGS +=
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...EPS = .*.d THREADLIB := -lpthread -lz -LIBS := -L. -L.. -L../lib +LIBS := $(LIBAIO_INCLUDE_DIR-$(LOCAL_LIBAIO)) +LIBS += -L. -L.. -L../lib LIBS += -L$(XEN_LIBXC) LIBS += -lblktap LIBS += -lcrypto LIBS += -lz LIBS += -L$(XEN_XENSTORE) -lxenstore -AIOLIBS := $(LIBAIO_DIR)/libaio.a +AIOLIBS := -laio BLK-OBJS := block-aio.o BLK-OBJS += block-sync.o diff -r 1f611b58729f tools/libaio/Makefile --- a/tools/libaio/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/libaio/Makefile Thu Aug 10 15:16:17 2006 -0400 @@ -12,7 +12,7 @@ default: all d...
2011 Feb 03
1
possible bug running Finale 2009 on Wine 1.2
Hi, I'm running Finale 2009 on Wine 1.2.2 on Kubuntu 10.10. Everything works great, including MIDI and VST playback, but I just noticed a bug in the Manage Parts dialogue. When I click the "Add to Part" button, Wine crashes with an error dialogue, and then freezes when I click to close the error dialogue. The "Remove from Part" button works fine, I have replicated this
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *