summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/teleport/files/teleport-makefile-buildflags.patch')
-rw-r--r--sys-cluster/teleport/files/teleport-makefile-buildflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-cluster/teleport/files/teleport-makefile-buildflags.patch b/sys-cluster/teleport/files/teleport-makefile-buildflags.patch
deleted file mode 100644
index d3da35350d86..000000000000
--- a/sys-cluster/teleport/files/teleport-makefile-buildflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- work/src/github.com/gravitational/teleport/Makefile
-+++ work/src/github.com/gravitational/teleport/Makefile
-@@ -12,7 +12,7 @@
- PWD ?= `pwd`
- TELEPORT_DEBUG ?= no
- GITTAG=v$(VERSION)
--BUILDFLAGS := $(ADDFLAGS) -ldflags '-w -s'
-+BUILDFLAGS ?= $(ADDFLAGS) -ldflags '-w -s'
-
- RELEASE=teleport-$(GITTAG)-`go env GOOS`-`go env GOARCH`-bin
- BINARIES=$(BUILDDIR)/tsh $(BUILDDIR)/teleport $(BUILDDIR)/tctl