mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/libaio to 0.3.111-2
This commit is contained in:
parent
12c5b7e6cb
commit
e774c34e36
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue