step-certificates: remove -w from go_ldflags
unnecessary and this results in an error since fc49c6e396
This commit is contained in:
parent
710c17cc0e
commit
42d68875a4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue