diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 14:53:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 14:53:31 +0000 |
commit | 9231147fa41db5e7c9e61ecca42028942626ace4 (patch) | |
tree | 356610c59da2ec543d227b0c0f55e3eac50c2791 | |
parent | 2514f20ef872b4e491e4571db343336c6f4e25a4 (diff) | |
download | aports-9231147fa41db5e7c9e61ecca42028942626ace4.tar.bz2 aports-9231147fa41db5e7c9e61ecca42028942626ace4.tar.xz |
testing/php7-libvirt-php: disable on aarch64 due to build failure
-rw-r--r-- | testing/php7-libvirt-php/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-libvirt-php/APKBUILD b/testing/php7-libvirt-php/APKBUILD index af73b74d1c..0f2abc656b 100644 --- a/testing/php7-libvirt-php/APKBUILD +++ b/testing/php7-libvirt-php/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.4 pkgrel=1 pkgdesc="PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/" url="https://libvirt.org/php/" -arch="all !x86 !armhf !armv7" # missing deps on armv7, segfault on x86, armhf +arch="all !x86 !armhf !armv7 !aarch64" # missing deps on armv7, segfault on x86, armhf and aarch64 license="LGPL-2.1" makedepends="autoconf libvirt-dev libxml2-dev libxml2-utils libxslt php7-dev php7-pecl-imagick libtool linux-headers" subpackages="$pkgname-doc" |