search for: libaio_dir

Displaying 4 results from an estimated 4 matches for "libaio_dir".

2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...8729f tools/blktap/drivers/Makefile --- a/tools/blktap/drivers/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/blktap/drivers/Makefile Thu Aug 10 15:16:17 2006 -0400 @@ -9,6 +9,9 @@ QCOW_UTIL = img2qcow qcow2raw qcow-cr QCOW_UTIL = img2qcow qcow2raw qcow-create INSTALL_DIR = /usr/sbin LIBAIO_DIR = ../../libaio/src +LIBAIO_INCLUDE_DIR-y = -I $(LIBAIO_DIR) +LIBAIO_LIB_DIR-y = -L$(LIBAIO_DIR) + CFLAGS += -fPIC CFLAGS += -Wall @@ -16,7 +19,8 @@ CFLAGS += -Wno-unused CFLAGS += -Wno-unused CFLAGS += -g3 CFLAGS += -fno-strict-aliasing -CFLAGS += -I $(XEN_LIBXC) -I $(LIBAIO_...
2006 Oct 17
4
[PATCH] Fix tools build on Solaris
...SIX_C_SOURCE=200112L -D__EXTENSIONS__ + CAFLAGS = -Wa,--divide CONFIG_MBOOTPACK_OS = n diff --git a/tools/blktap/drivers/Makefile b/tools/blktap/drivers/Makefile --- a/tools/blktap/drivers/Makefile +++ b/tools/blktap/drivers/Makefile @@ -8,6 +8,7 @@ INST_DIR = /usr/sbin INST_DIR = /usr/sbin LIBAIO_DIR = ../../libaio/src +CFLAGS += $(TOOL_CFLAGS) CFLAGS += -Werror CFLAGS += -Wno-unused CFLAGS += -fno-strict-aliasing diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile --- a/tools/blktap/lib/Makefile +++ b/tools/blktap/lib/Makefile @@ -14,6 +14,7 @@ SRCS := SRCS...
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 *