From 42d68875a464011e43f349fce522da173c49a399 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 26 Aug 2022 00:26:26 +0200 Subject: [PATCH] step-certificates: remove -w from go_ldflags unnecessary and this results in an error since fc49c6e396ee09440b72023b05696746d4886813 --- srcpkgs/step-certificates/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/step-certificates/template b/srcpkgs/step-certificates/template index 4d616f9450a..58801ad8873 100644 --- a/srcpkgs/step-certificates/template +++ b/srcpkgs/step-certificates/template @@ -10,7 +10,7 @@ go_package="$go_import_path/cmd/step-ca $go_import_path/cmd/step-cloudkms-init $go_import_path/cmd/step-pkcs11-init $go_import_path/cmd/step-yubikey-init" -go_ldflags="-w -X main.Version=$version" +go_ldflags="-X main.Version=$version" hostmakedepends="pkg-config" makedepends="pcsclite-devel" short_desc="Private CA and ACME server"