Date: Sunday, February 21, 2021 @ 15:03:12
  Author: foxboron
Revision: 867656

upgpkg: lxd 4.11-2 - Go 1.16 rebuild

Modified:
  lxd/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-21 14:57:19 UTC (rev 867655)
+++ PKGBUILD    2021-02-21 15:03:12 UTC (rev 867656)
@@ -8,7 +8,7 @@
 _pkgname=lxd
 _lxd=github.com/lxc/lxd
 pkgver=4.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
 url="https://linuxcontainers.org/lxd";
@@ -50,6 +50,7 @@
   export CGO_CFLAGS="$CFLAGS -I/usr/include/sqlite-replication"
   export CGO_LDFLAGS="$LDFLAGS -L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
   export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
+  export GO111MODULE=off
 
   mkdir -p bin
        go build -v -tags "netgo" -o bin/ ./lxd-p2c/...

Reply via email to