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

Jelle van der Waa jelle at archlinux.org
Sun Oct 20 15:47:39 UTC 2019


    Date: Sunday, October 20, 2019 @ 15:47:38
  Author: jelle
Revision: 517786

upgpkg: gost 2.8.1-3

Security rebuild && full relro.

Modified:
  gost/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 15:29:32 UTC (rev 517785)
+++ PKGBUILD	2019-10-20 15:47:38 UTC (rev 517786)
@@ -2,7 +2,7 @@
 
 pkgname=gost
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="GO Simple Tunnel"
 arch=('x86_64')
 url="https://github.com/ginuerzh/gost"
@@ -23,7 +23,7 @@
 build() {
   export GOPATH="$srcdir/.gopath"
   cd gost-$pkgver/cmd/gost
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+  go build -ldflags "-extldflags ${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
 }
 
 package() {



More information about the arch-commits mailing list