diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-03 20:12:25 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2018-02-10 18:53:29 +0100 |
commit | 0e69d07c21f5ecd4dd7719b3caa8f0f0a44c7aa0 (patch) | |
tree | 8cb320e63c5c0cb7b5c8b6e6115849fd4c6de22d /sys-cluster/teleport | |
parent | dev-ada/xmlada: 2017 version stable (diff) | |
download | gentoo-0e69d07c21f5ecd4dd7719b3caa8f0f0a44c7aa0.tar.gz gentoo-0e69d07c21f5ecd4dd7719b3caa8f0f0a44c7aa0.tar.bz2 gentoo-0e69d07c21f5ecd4dd7719b3caa8f0f0a44c7aa0.zip |
sys-cluster/teleport: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/7037
Diffstat (limited to 'sys-cluster/teleport')
-rw-r--r-- | sys-cluster/teleport/files/teleport-makefile-buildflags.patch | 11 |
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 |