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

Christian Rebischke shibumi at archlinux.org
Sun Apr 4 23:10:44 UTC 2021


    Date: Sunday, April 4, 2021 @ 23:10:44
  Author: shibumi
Revision: 911810

upgpkg: age 1.0.0rc.1-2

Modified:
  age/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-04 23:07:28 UTC (rev 911809)
+++ PKGBUILD	2021-04-04 23:10:44 UTC (rev 911810)
@@ -10,6 +10,7 @@
 arch=('x86_64')
 url="https://github.com/FiloSottile/$pkgname"
 license=('BSD')
+depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
 sha512sums=('7efcd2f84fba3d6da8cda0b8229fedab692db8731de94d0b4c60bfaee68f91bb9bed3c78d894916dafceb414a90773d9258457b39ec4d373a80b6e08e06fc87f')
@@ -21,7 +22,7 @@
       -buildmode=pie \
       -mod=readonly \
       -modcacherw \
-      -ldflags "-extldflags \"$LDFLAGS\"" \
+      -ldflags "-linkmode external -extldflags \"$LDFLAGS\"" \
       -o . ./...
 }
 



More information about the arch-commits mailing list