mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/lxd: needs xz
Without it the daemon does not start. Fix some indenting.
This commit is contained in:
parent
78fef11fa7
commit
fb52d82f08
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user