aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-01-02 16:47:44 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2019-01-02 18:01:11 +0000
commit742447ce94bd771ee80df9e6859de15803d0d9bb (patch)
treecc9c6df718ee8ffdfc4408f5f6650dc258034a77 /testing/lxd
parent06f65ba37625beda04d656166d12a9293d6e710a (diff)
downloadaports-742447ce94bd771ee80df9e6859de15803d0d9bb.tar.bz2
aports-742447ce94bd771ee80df9e6859de15803d0d9bb.tar.xz
testing/lxd: fix ppc64le with update_config_guess and libcap-dev makedepend
Diffstat (limited to 'testing/lxd')
-rw-r--r--testing/lxd/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD
index 0fb4f2d087..dab1ba9f63 100644
--- a/testing/lxd/APKBUILD
+++ b/testing/lxd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=lxd
pkgver=3.8
-pkgrel=2
+pkgrel=3
pkgdesc="a container hypervisor and a new user experience for LXC"
url="https://linuxcontainers.org/lxd/"
arch="all"
@@ -10,7 +10,7 @@ license="Apache-2.0"
depends="acl xz netcat-openbsd cgmanager squashfs-tools rsync shadow-uidmap lxc ip6tables
dnsmasq ca-certificates"
makedepends="lxc-dev protobuf-dev rsync go gettext-dev linux-headers acl-dev
- tcl-dev libtool autoconf automake libuv-dev intltool"
+ tcl-dev libtool autoconf automake libuv-dev intltool libcap-dev"
subpackages="$pkgname-scripts:scripts $pkgname-bash-completion:bashcomp:noarch $pkgname-openrc"
install="$pkgname.pre-install"
options="!check"
@@ -25,6 +25,7 @@ builddir="$srcdir"/lxd-$pkgver
prepare() {
default_prepare
+ update_config_guess
cd "$builddir"/dist/dqlite
autoreconf -i
}