aboutsummaryrefslogtreecommitdiffstats
path: root/main/libnftnl
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-11-05 20:29:17 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-11-05 20:40:20 +0100
commit16b343cf687530c4ea9568b41c4ccf3dd4323d55 (patch)
treea2ce21317ec19003519ef8f6405e0efa177fbb42 /main/libnftnl
parent4786f0bd1d37698051fdf176d95e48e98079f5a7 (diff)
downloadaports-16b343cf687530c4ea9568b41c4ccf3dd4323d55.tar.bz2
aports-16b343cf687530c4ea9568b41c4ccf3dd4323d55.tar.xz
main/libnftnl: disable check on s390x
Diffstat (limited to 'main/libnftnl')
-rw-r--r--main/libnftnl/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/libnftnl/APKBUILD b/main/libnftnl/APKBUILD
index c3e25c0afa..778d7fe6e6 100644
--- a/main/libnftnl/APKBUILD
+++ b/main/libnftnl/APKBUILD
@@ -13,6 +13,10 @@ subpackages="$pkgname-dev $pkgname-libs"
source="http://netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
+case "$CARCH" in
+s390x) options="!check" ;; # FIXME
+esac
+
build() {
cd "$builddir"
./configure \