mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/lz4: disable check on armhf
This commit is contained in:
parent
c5659a281c
commit
db6a3ce5e8
@ -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"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
armhf) options="!check" ;; # FIXME
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make PREFIX="/usr"
|
make PREFIX="/usr"
|
||||||
|
Loading…
Reference in New Issue
Block a user