From 6d5ec889cc0be9e3bbdbeaa862089f039a0fea36 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Tue, 24 May 2016 12:54:30 +0200 Subject: libaio: add new package This library simplifies the use of asynchronous I/O access the Linux kernel supports. In order to make use of this feature, the kernel's CONFIG_AIO is set. Signed-off-by: Juergen Borleis [mol: fix DESTDIR handling] Signed-off-by: Michael Olbrich --- rules/host-libaio.make | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 rules/host-libaio.make (limited to 'rules/host-libaio.make') diff --git a/rules/host-libaio.make b/rules/host-libaio.make new file mode 100644 index 000000000..6cfe80539 --- /dev/null +++ b/rules/host-libaio.make @@ -0,0 +1,24 @@ +# -*-makefile-*- +# +# Copyright (C) 2016 by Juergen Borleis +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +HOST_PACKAGES-$(PTXCONF_HOST_LIBAIO) += host-libaio + +# ---------------------------------------------------------------------------- +# Prepare + Compile +# ---------------------------------------------------------------------------- + +HOST_LIBAIO_CONF_TOOL := NO +HOST_LIBAIO_MAKE_ENV := $(HOST_ENV) +HOST_LIBAIO_MAKEVARS := prefix= + +# vim: syntax=make -- cgit v1.2.3