[arch-commits] Commit in containerd/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon Aug 17 21:40:55 UTC 2020


    Date: Monday, August 17, 2020 @ 21:40:54
  Author: foxboron
Revision: 683353

upgpkg: containerd 1.4.0-2 - Remove linkmode=external, fixes FS#67621

Modified:
  containerd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 21:40:48 UTC (rev 683352)
+++ PKGBUILD	2020-08-17 21:40:54 UTC (rev 683353)
@@ -5,8 +5,8 @@
 
 pkgname=containerd
 pkgver="1.4.0"
-_commit=be75852b8d7849474a20192f9ed1bf34fdd454f1
-pkgrel=1
+_commit=09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
+pkgrel=2
 pkgdesc='An open and reliable container runtime'
 url='https://containerd.io/'
 depends=('runc')
@@ -33,7 +33,7 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make EXTRA_LDFLAGS="-linkmode external" VERSION=v$pkgver.m REVISION=$_commit.m
+  make VERSION=v$pkgver.m REVISION=$_commit.m
 }
 
 check() {



More information about the arch-commits mailing list