core/libaio to 0.3.111-2

This commit is contained in:
Kevin Mihelich 2018-11-08 13:21:37 +00:00
parent 12c5b7e6cb
commit e774c34e36

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
@ -7,7 +6,7 @@
pkgname=libaio
pkgver=0.3.111
pkgrel=1
pkgrel=2
pkgdesc="The Linux-native asynchronous I/O facility (aio) library"
arch=('x86_64')
url="http://lse.sourceforge.net/io/aio.html"
@ -25,6 +24,11 @@ build() {
check() {
cd "$srcdir/$pkgname-$pkgver"
# work around gcc warning (-Werror) in test suite
sed -i '/strncpy/s#sizeof(TEMPLATE)#sizeof(template)#' harness/cases/19.t
sed -i '/strncpy/s#sizeof(TEMPLATE)#sizeof(temp_file)#' harness/cases/21.t
make partcheck
}