aboutsummaryrefslogtreecommitdiffstats
path: root/community/github-cli/no-ignore-goflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/github-cli/no-ignore-goflags.patch')
-rw-r--r--community/github-cli/no-ignore-goflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/github-cli/no-ignore-goflags.patch b/community/github-cli/no-ignore-goflags.patch
new file mode 100644
index 00000000000..13ed48b79b2
--- /dev/null
+++ b/community/github-cli/no-ignore-goflags.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 8d5f12e..70c08ff 100644
+--- a/Makefile
++++ b/Makefile
+@@ -18,7 +18,7 @@ bin/gh$(EXE): script/build
+
+ script/build$(EXE): script/build.go
+ ifeq ($(EXE),)
+- GOOS= GOARCH= GOARM= GOFLAGS= CGO_ENABLED= go build -o $@ $<
++ go build -o $@ $<
+ else
+ go build -o $@ $<
+ endif