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

Jelle van der Waa jelle at archlinux.org
Tue Jan 14 20:52:01 UTC 2020


    Date: Tuesday, January 14, 2020 @ 20:52:00
  Author: jelle
Revision: 552534

Call -trimpath correctly so the build is reproducible

Modified:
  evilginx/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-14 19:59:09 UTC (rev 552533)
+++ PKGBUILD	2020-01-14 20:52:00 UTC (rev 552534)
@@ -24,8 +24,7 @@
   export GOPATH="${srcdir}/go"
   dep ensure -v
   go build -v \
-    -gcflags "all=-trimpath=${GOPATH}" \
-    -asmflags "all=-trimpath=${GOPATH}" \
+    -trimpath \
     -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
     -o ./bin/evilginx main.go
 }



More information about the arch-commits mailing list