commit:     1a86dd9756c8e9c63118d557210609ee6dc157ea
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 23:22:30 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 23:23:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a86dd97

net-dns/coredns: Remove unused buildopts patch

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../buildopts-gitcommit-makefile-1.11.1.patch      | 29 ----------------------
 1 file changed, 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 <[email protected]>
-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 <[email protected]>
----
- 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

Reply via email to