Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame^] | 1 | From aa2fc7b0eacba61175f083cc8d8adc233bcd0575 Mon Sep 17 00:00:00 2001 |
| 2 | From: Paul Barker <pbarker@toganlabs.com> |
| 3 | Date: Thu, 12 Oct 2017 11:34:24 +0000 |
| 4 | Subject: [PATCH] Disable building recvtty |
| 5 | |
| 6 | Signed-off-by: Paul Barker <pbarker@toganlabs.com> |
| 7 | Upstream-status: Inappropriate |
| 8 | --- |
| 9 | Makefile | 1 - |
| 10 | 1 file changed, 1 deletion(-) |
| 11 | |
| 12 | diff --git a/Makefile b/Makefile |
| 13 | index 0fcf508..24f47dc 100644 |
| 14 | --- a/src/import/Makefile |
| 15 | +++ b/src/import/Makefile |
| 16 | @@ -38,7 +38,6 @@ contrib/cmd/recvtty/recvtty: $(SOURCES) |
| 17 | |
| 18 | static: $(SOURCES) |
| 19 | CGO_ENABLED=1 $(GO) build -i $(EXTRA_FLAGS) -tags "$(BUILDTAGS) cgo static_build" -ldflags "-w -extldflags -static -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $(EXTRA_LDFLAGS)" -o runc . |
| 20 | - CGO_ENABLED=1 $(GO) build -i $(EXTRA_FLAGS) -tags "$(BUILDTAGS) cgo static_build" -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 | @flag_list=(seccomp selinux apparmor static); \ |
| 24 | -- |
| 25 | 2.7.4 |
| 26 | |