aboutsummaryrefslogtreecommitdiffstats
path: root/main/lz4
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-01-22 12:02:50 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-01-22 12:05:21 +0100
commitdb6a3ce5e8b609ccd605fb926f3bfd05c63962cc (patch)
tree9c22d563b944706118ad9d9b8456cc9365250349 /main/lz4
parentc5659a281c1f536215b5e98922b41f5e6702710f (diff)
downloadaports-db6a3ce5e8b609ccd605fb926f3bfd05c63962cc.tar.bz2
aports-db6a3ce5e8b609ccd605fb926f3bfd05c63962cc.tar.xz
main/lz4: disable check on armhf
Diffstat (limited to 'main/lz4')
-rw-r--r--main/lz4/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD
index afa11313cf..483caac9c0 100644
--- a/main/lz4/APKBUILD
+++ b/main/lz4/APKBUILD
@@ -12,6 +12,10 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
+case "$CARCH" in
+armhf) options="!check" ;; # FIXME
+esac
+
build() {
cd "$builddir"
make PREFIX="/usr"