summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.patch')
-rw-r--r--Makefile.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.patch b/Makefile.patch
deleted file mode 100644
index 824dcaa13be6..000000000000
--- a/Makefile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/Makefile b/Makefile
-index fc76416..f8a2762 100644
---- a/Makefile
-+++ b/Makefile
-@@ -13,7 +13,7 @@ MANDIR=$(PREFIX)/share/man
- VPATH=doc
- RM=rm
- GO=go
--GOFLAGS=
-+GOFLAGS?=
-
- DOCS = \
- astronaut.1
-@@ -28,7 +28,9 @@ doc: $(DOCS)
- astronaut: $(GOSRC)
- $(GO) build $(GOFLAGS) \
- -ldflags "-X main.Version=$(VERSION) \
-- -X main.ShareDir=$(SHAREDIR)" \
-+ -X main.ShareDir=$(SHAREDIR) \
-+ -linkmode=external \
-+ -extldflags=$(LDFLAGS)" \
- -o $@
-
- clean: