From 4cd86e9bf98a143bc69d503031d256c310ecc0cd Mon Sep 17 00:00:00 2001 From: shafeipaozi <2829702579@qq.com> Date: Fri, 22 Mar 2024 11:09:22 +0800 Subject: [PATCH] fix clang --- bind-dyndb-ldap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec index 90dfcaa..a2de4b6 100644 --- a/bind-dyndb-ldap.spec +++ b/bind-dyndb-ldap.spec @@ -24,6 +24,7 @@ Patch8: backport-bind-dyndb-ldap-bind-9.18.24.patch %if "%toolchain" == "clang" Patch9000: bind-dyndb-ldap-fix-clang-atomic.patch %endif + BuildRequires: bind-devel >= %{bind_version} BuildRequires: krb5-devel BuildRequires: openldap-devel -- Gitee