summaryrefslogtreecommitdiff
path: root/sys-cluster/teleport/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
commitf78108598211053d41752a83e0345441bb9014ae (patch)
treedd2fc7ae0a1aea7bda4942ab0c453d1e55284b37 /sys-cluster/teleport/files
parentdc45b83b28fb83e9659492066e347b8dc60bc9e3 (diff)
gentoo resync : 11.02.2018
Diffstat (limited to 'sys-cluster/teleport/files')
-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