# # Kernel Asynchronous I/O (AIO) support for GNU/Linux. # # AIO enables even a single application thread to overlap I/O operations # with other processing, by providing an interface for submitting one or # more I/O requests in one system call (io_submit()) without waiting for # completion, and a separate interface (io_getevents()) to reap # completed I/O operations associated with a given completion group. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libaio pkgversion=0.3.113 arch=amd64 release=2 pkgcategory="libs" full_pkgname=libaio_0.3.113_amd64-2@libs blurb="Kernel Asynchronous I/O (AIO) support for GNU/Linux." homepage="https://lse.sourceforge.net/io/aio.html" license="LGPLv2+" fetch="https://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.113.orig.tar.gz" replace=""