summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
authorByron Torres2023-12-26 04:35:50 +0000
committerByron Torres2023-12-26 04:35:50 +0000
commit00ddc0e1819ab4bd13723d2303d753218f63a701 (patch)
tree88653e9431c77887eb6ecdae93b2c0b5623eae5b /Makefile.patch
parent2ccca9acc0187cd85af43f2f311d4ff270080603 (diff)
downloadaur-astronaut-git.tar.gz
drop Makefile.patch
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: