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.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/telegraf/telegraf-makefile-ldflags.patch b/testing/telegraf/telegraf-makefile-ldflags.patch
deleted file mode 100644
index 202276940b..0000000000
--- a/testing/telegraf/telegraf-makefile-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -12,7 +12,7 @@
- PATH := $(subst :,/bin:,$(GOPATH))/bin:$(PATH)
- endif
-
--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