lxd: broken
This commit is contained in:
parent
1c89a2a922
commit
13516d07e8
|
@ -3,8 +3,8 @@ pkgname=lxd
|
||||||
version=3.10
|
version=3.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/lxc/lxd"
|
go_import_path=github.com/lxc/lxd
|
||||||
go_build_tags="libsqlite3"
|
go_build_tags=libsqlite3
|
||||||
go_package="${go_import_path}/lxd ${go_import_path}/lxc
|
go_package="${go_import_path}/lxd ${go_import_path}/lxc
|
||||||
${go_import_path}/lxd-p2c ${go_import_path}/fuidshift"
|
${go_import_path}/lxd-p2c ${go_import_path}/fuidshift"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -17,6 +17,7 @@ homepage="https://linuxcontainers.org/lxd"
|
||||||
distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
|
distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
|
||||||
checksum=ccda7c1ee4b6d063aa3277eb68bbf71d1a7f93b0313ac976724793e2fab8a06d
|
checksum=ccda7c1ee4b6d063aa3277eb68bbf71d1a7f93b0313ac976724793e2fab8a06d
|
||||||
system_groups="lxd"
|
system_groups="lxd"
|
||||||
|
broken="unbreak when libidna2 is reubilt"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# the LXD tarball packages up the required dependencies
|
# the LXD tarball packages up the required dependencies
|
||||||
|
|
Loading…
Reference in New Issue