aports/community/csvq/no-ldflags.patch
2023-11-04 12:59:58 +00:00

14 lines
310 B
Diff

diff --git a/Makefile b/Makefile
index a12018a..94d8028 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ $(BINARY): build
.PHONY: build
build:
- go build $(BUILD_TAGS) -trimpath $(LDFLAGS) -o $(GOPATH)/bin/
+ go build $(BUILD_TAGS) -trimpath $(GOFLAGS) -o $(GOPATH)/bin/
.PHONY: install
install: