aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegraf/telegraf-makefile-ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/telegraf/telegraf-makefile-ldflags.patch')
-rw-r--r--testing/telegraf/telegraf-makefile-ldflags.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/telegraf/telegraf-makefile-ldflags.patch b/testing/telegraf/telegraf-makefile-ldflags.patch
deleted file mode 100644
index de5e8d59e1..0000000000
--- a/testing/telegraf/telegraf-makefile-ldflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urp a/Makefile b/Makefile
---- a/Makefile 1970-01-01 00:00:00.000000000 +0000
-+++ b/Makefile 1970-01-01 00:00:00.000000000 +0000
-@@ -10,7 +10,7 @@ endif
-
- TELEGRAF := telegraf$(shell go tool dist env | grep -q 'GOOS=.windows.' && echo .exe)
-
--LDFLAGS := $(LDFLAGS) -X main.commit=$(COMMIT) -X main.branch=$(BRANCH)
-+LDFLAGS := -X main.commit=$(COMMIT) -X main.branch=$(BRANCH)
- ifdef VERSION
- LDFLAGS += -X main.version=$(VERSION)
- endif