summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2024-03-24 16:22:30 -0700
committerZac Medico <zmedico@gentoo.org>2024-03-24 16:23:14 -0700
commit1a86dd9756c8e9c63118d557210609ee6dc157ea (patch)
tree0c55e2f3879614a4f57e2144f97f21fb7ef74036 /net-dns
parentnet-dns/coredns: drop 1.11.1 (diff)
downloadgentoo-1a86dd9756c8e9c63118d557210609ee6dc157ea.tar.gz
gentoo-1a86dd9756c8e9c63118d557210609ee6dc157ea.tar.bz2
gentoo-1a86dd9756c8e9c63118d557210609ee6dc157ea.zip
net-dns/coredns: Remove unused buildopts patch
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch b/net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch
deleted file mode 100644
index 97dd658786e6..000000000000
--- a/net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-# https://github.com/coredns/coredns/pull/6384
-From 81938bca2041c9dddc1171d56f609191313b8b9d Mon Sep 17 00:00:00 2001
-From: Rahil Bhimjiani <rahil3108@gmail.com>
-Date: Sun, 5 Nov 2023 21:53:05 +0530
-Subject: [PATCH] Makefile: allow to use custom GITCOMMIT & BUILDOPTS
-
-?= means If GITCOMMIT/BUILDOPTS is defined then use that otherwise fallback to default
-
-Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com>
----
- Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 43d03e207ba..10fca3da1a1 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,9 +1,9 @@
- # Makefile for building CoreDNS
--GITCOMMIT:=$(shell git describe --dirty --always)
-+GITCOMMIT?=$(shell git describe --dirty --always)
- BINARY:=coredns
- SYSTEM:=
- CHECKS:=check
--BUILDOPTS:=-v
-+BUILDOPTS?=-v
- GOPATH?=$(HOME)/go
- MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
- CGO_ENABLED?=0