diff options
-rw-r--r-- | system/libaio/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/libaio/APKBUILD b/system/libaio/APKBUILD index 1cdb24e37..524b4a057 100644 --- a/system/libaio/APKBUILD +++ b/system/libaio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dan Theisen <djt@hxx.in> pkgname="libaio" pkgver=0.3.113 -pkgrel=0 +pkgrel=1 pkgdesc="Asynchronous input/output library" url="http://lse.sourceforge.net/io/aio.html" arch="all" @@ -19,7 +19,6 @@ build() { } check() { - rm harness/cases/18.t #405 rm harness/cases/23.t #674 # the full testsuite requires root and attempts to do a loop mount |