File cmake-bind.patch of Package zeek-7.0

From 5624359f309a89c87bbfd4ad4cdfa7b9a65ca1c2 Mon Sep 17 00:00:00 2001
From: Johanna Amann <johanna@corelight.com>
Date: Wed, 2 Apr 2025 18:32:19 +0100
Subject: [PATCH] Remove unnecessary check for bind library.

This has not been required since we switched to c-ares and breaks builds
on Fedora Rawhide.

Fixes GH-4329
---
 CMakeLists.txt | 3 ---
 cmake          | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 722b74b295b..6bb53bcb3c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -797,9 +797,6 @@ find_package(FLEX REQUIRED)
 find_package(BISON 2.5 REQUIRED)
 find_package(PCAP REQUIRED)
 find_package(OpenSSL REQUIRED)
-if (NOT MSVC)
-    find_package(BIND REQUIRED)
-endif ()
 find_package(ZLIB REQUIRED)
 
 if (NOT BINARY_PACKAGING_MODE)

openSUSE Build Service is sponsored by