aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-12-11 07:49:06 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-12-11 07:50:09 +0000
commitfb52d82f08036874ea402f06f32304cbf5fcc1bf (patch)
treea7eb54338e78bacad2023bd2efaf0c2485dc2d53 /testing/lxd
parent78fef11fa71738b156363b75b3969abaa916a901 (diff)
downloadaports-fb52d82f08036874ea402f06f32304cbf5fcc1bf.tar.bz2
aports-fb52d82f08036874ea402f06f32304cbf5fcc1bf.tar.xz
testing/lxd: needs xz
Without it the daemon does not start. Fix some indenting.
Diffstat (limited to 'testing/lxd')
-rw-r--r--testing/lxd/APKBUILD9
1 files changed, 5 insertions, 4 deletions
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 <fcolista@alpinelinux.org>
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