From fb52d82f08036874ea402f06f32304cbf5fcc1bf Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 11 Dec 2019 07:49:06 +0000 Subject: testing/lxd: needs xz Without it the daemon does not start. Fix some indenting. --- testing/lxd/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'testing') diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD index fe778be912..0f3c17f441 100644 --- a/testing/lxd/APKBUILD +++ b/testing/lxd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=lxd pkgver=3.18 -pkgrel=1 +pkgrel=2 pkgdesc="a container hypervisor and a new user experience for LXC" url="https://linuxcontainers.org/lxd/" arch="all !aarch64" @@ -20,6 +20,7 @@ depends=" ca-certificates tar iproute2 + xz " makedepends=" lxc-dev @@ -78,9 +79,9 @@ build() { export LD_LIBRARY_PATH="$ldpath ${GOPATH}/deps/sqlite/.libs/:${GOPATH}/deps/libco/:${GOPATH}/deps/raft/.libs/:${GOPATH}/deps/dqlite/.libs/" cd "$GOPATH"/deps/raft - PKG_CONFIG_PATH="${GOPATH}/deps/raft/" ./configure \ - --prefix=/usr \ - --libdir=/usr/lib/lxd + PKG_CONFIG_PATH="${GOPATH}/deps/raft/" ./configure \ + --prefix=/usr \ + --libdir=/usr/lib/lxd make cd "$GOPATH"/deps/libco -- cgit v1.2.3