From e9c716a4061b87c4302cb0843c305b4e3f329e57 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 18 Oct 2020 12:37:16 +0000 Subject: [PATCH] lxd: update to 4.7 --- srcpkgs/lxd/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template index 46e8a424256..bf9b207d7f1 100644 --- a/srcpkgs/lxd/template +++ b/srcpkgs/lxd/template @@ -1,6 +1,6 @@ # Template file for 'lxd' pkgname=lxd -version=4.6 +version=4.7 revision=1 build_style=go go_import_path=github.com/lxc/lxd @@ -15,11 +15,9 @@ maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://linuxcontainers.org/lxd" distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" -checksum=3702f5eafba6dba2ab21c2119bc74e8b55514d697c1fac80343adeea94d72e04 +checksum=011745a66e971d95ada088dc42a9154028393de86871ea3ef4ff91a2976525ed system_groups="lxd" -_libdir="/usr/lib/sqlite-replication" -LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}" # whitelist libcap LDFLAGS (see: https://github.com/lxc/lxd/issues/6727) export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'