diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-05 11:20:28 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-05 11:21:11 +0000 |
commit | 90468cc2541502ad1ef1eb11f86c779f94929dd8 (patch) | |
tree | baeae60d98ed2bd113c7fec2913a72317f7b0e41 /testing/php7-libvirt-php/APKBUILD | |
parent | f93ae82b0e9182dc4e903e73e9ac925f6d0614f5 (diff) | |
download | aports-90468cc2541502ad1ef1eb11f86c779f94929dd8.tar.bz2 aports-90468cc2541502ad1ef1eb11f86c779f94929dd8.tar.xz |
testing/php7-libvirt-php: disable on x86 and arm*
x86, armhf: make[2]: *** [Makefile:622: .stamp] Segmentation fault
armv7: libtirpc-dev (missing)
Diffstat (limited to 'testing/php7-libvirt-php/APKBUILD')
-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 bbfefd7a75..e6525d8f3b 100644 --- a/testing/php7-libvirt-php/APKBUILD +++ b/testing/php7-libvirt-php/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.4 pkgrel=0 pkgdesc="PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/" url="https://libvirt.org/php/" -arch="all" +arch="all !x86 !armhf !armv7" # missing deps on armv7, segfault on x86, armhf license="LGPL-2.1" makedepends="autoconf libvirt-dev libxml2-dev libxml2-utils libxslt php7-dev php7-pecl-imagick libtool linux-headers" subpackages="$pkgname-doc" |