diff options
Diffstat (limited to 'main/orc')
-rw-r--r-- | main/orc/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/orc/APKBUILD b/main/orc/APKBUILD index 6634cb2d01..a917037304 100644 --- a/main/orc/APKBUILD +++ b/main/orc/APKBUILD @@ -13,6 +13,11 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-compiler" source="https://gstreamer.freedesktop.org/src/orc/${pkgname}-${pkgver}.tar.xz" builddir="$srcdir/$pkgname-$pkgver" +case "$CARCH" in + # FIXME: Test exec_opcodes_sys fails on armhf. + armhf) options="!check";; +esac + build() { cd "$builddir" ./configure \ |