File riscv.patch of Package gopass
Index: gopass-1.15.12/Makefile =================================================================== --- gopass-1.15.12.orig/Makefile +++ gopass-1.15.12/Makefile @@ -17,7 +17,7 @@ TESTFLAGS ?= PWD := $(shell pwd) PREFIX ?= $(GOPATH) BINDIR ?= $(PREFIX)/bin -GO ?= GO111MODULE=on CGO_ENABLED=0 go +GO ?= GO111MODULE=on go GOOS ?= $(shell $(GO) version | cut -d' ' -f4 | cut -d'/' -f1) GOARCH ?= $(shell $(GO) version | cut -d' ' -f4 | cut -d'/' -f2) TAGS ?= netgo