Date: Saturday, November 5, 2022 @ 17:11:39
  Author: foxboron
Revision: 1342344

upgpkg: tailscale 1.32.2-2: debug test package

Modified:
  tailscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-05 17:11:34 UTC (rev 1342343)
+++ PKGBUILD    2022-11-05 17:11:39 UTC (rev 1342344)
@@ -3,7 +3,7 @@
 
 pkgname=tailscale
 pkgver=1.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
 url="https://tailscale.com";
@@ -11,6 +11,7 @@
 makedepends=("git" "go")
 depends=("glibc")
 backup=("etc/default/tailscaled")
+options=(debug)
 # Important: Check if the version has been published before updating
 # curl -s "https://pkgs.tailscale.com/stable/?mode=json";
 _commit=54e8fa172b725b354598daaa7007d261fd932d10       #refs/tags/v1.32.2^{}
@@ -33,8 +34,9 @@
     export CGO_CFLAGS="${CFLAGS}"
     export CGO_CXXFLAGS="${CXXFLAGS}"
     export CGO_LDFLAGS="${LDFLAGS}"
-    export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+    export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
     GO_LDFLAGS="\
+        -compressdwarf=false \
         -linkmode=external \
         -X tailscale.com/version.Long=${pkgver} \
         -X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \

Reply via email to