diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-24 13:47:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-24 13:47:15 +0000 |
commit | 7b097fd99de162b03c0d92957ea2525c6786d23b (patch) | |
tree | 9163cc4953302b249cc6178fb9e540a5e0873f28 /community/xapian-core | |
parent | 604f3fe3660006a2147941d102f3d1c51604bcd2 (diff) | |
download | aports-7b097fd99de162b03c0d92957ea2525c6786d23b.tar.bz2 aports-7b097fd99de162b03c0d92957ea2525c6786d23b.tar.xz |
community/xapian-core: disable check on s390x
Diffstat (limited to 'community/xapian-core')
-rw-r--r-- | community/xapian-core/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index 543a20ff2a..66cdba82ec 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -18,6 +18,7 @@ builddir="$srcdir"/$pkgname-$pkgver case "$CARCH" in armhf) options="!check" ;; # FIXME +s390x) options="!check" ;; # FIXME esac build() { |