summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker/0001-Disable-building-recvtty.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc-docker/0001-Disable-building-recvtty.patch')
-rw-r--r--recipes-containers/runc/runc-docker/0001-Disable-building-recvtty.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-containers/runc/runc-docker/0001-Disable-building-recvtty.patch b/recipes-containers/runc/runc-docker/0001-Disable-building-recvtty.patch
deleted file mode 100644
index 8de1b170..00000000
--- a/recipes-containers/runc/runc-docker/0001-Disable-building-recvtty.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1From aa2fc7b0eacba61175f083cc8d8adc233bcd0575 Mon Sep 17 00:00:00 2001
2From: Paul Barker <pbarker@toganlabs.com>
3Date: Thu, 12 Oct 2017 11:34:24 +0000
4Subject: [PATCH] Disable building recvtty
5
6Signed-off-by: Paul Barker <pbarker@toganlabs.com>
7Upstream-status: Inappropriate
8---
9 Makefile | 1 -
10 1 file changed, 1 deletion(-)
11
12Index: git/src/import/Makefile
13===================================================================
14--- git.orig/src/import/Makefile
15+++ git/src/import/Makefile
16@@ -40,7 +40,6 @@
17
18 static: $(SOURCES)
19 CGO_ENABLED=1 $(GO) build $(EXTRA_FLAGS) -tags "$(BUILDTAGS) netgo cgo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $(EXTRA_LDFLAGS)" -o runc .
20- CGO_ENABLED=1 $(GO) build $(EXTRA_FLAGS) -tags "$(BUILDTAGS) netgo cgo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $(EXTRA_LDFLAGS)" -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
21
22 release:
23 script/release.sh -r release/$(VERSION) -v $(VERSION)