!21 [sync] PR-17: fix build failed
From: @openeuler-sync-bot Reviewed-by: @robertxw Signed-off-by: @robertxw
This commit is contained in:
commit
8c38e033a8
32
backport-bind-dyndb-ldap-bind-9.18.24.patch
Normal file
32
backport-bind-dyndb-ldap-bind-9.18.24.patch
Normal file
@ -0,0 +1,32 @@
|
||||
From 628db201764a0dc76f8e48c1524850de64e2f2fe Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Bokovoy <abokovoy@redhat.com>
|
||||
Date: Wed, 14 Feb 2024 15:45:57 +0200
|
||||
Subject: [PATCH] Include dydnb-config.h prior to any BIND headers
|
||||
|
||||
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
|
||||
---
|
||||
src/syncrepl.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/syncrepl.c b/src/syncrepl.c
|
||||
index f94379c..4725bb8 100644
|
||||
--- a/src/syncrepl.c
|
||||
+++ b/src/syncrepl.c
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
+#include "dyndb-config.h"
|
||||
#include <isc/condition.h>
|
||||
#include <isc/event.h>
|
||||
#include <isc/mutex.h>
|
||||
@@ -11,7 +12,6 @@
|
||||
#include <isc/time.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
-#include "dyndb-config.h"
|
||||
#include "ldap_helper.h"
|
||||
#include "util.h"
|
||||
#include "semaphore.h"
|
||||
--
|
||||
2.43.0
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
Name: bind-dyndb-ldap
|
||||
Version: 11.10
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: LDAP back-end plug-in for BIND
|
||||
License: GPLv2+
|
||||
URL: https://releases.pagure.org/bind-dyndb-ldap
|
||||
@ -19,6 +19,7 @@ Patch4: bind-dyndb-ldap-11.10-bind-9.18.11.patch
|
||||
Patch5: backport-bind-dyndb-ldap-11.10-bind-9.18.13.patch
|
||||
Patch6: backport-bind-dyndb-ldap-11.10-bind-9.18.19.patch
|
||||
Patch7: backport-bind-dyndb-ldap-11.10-dns_name_init.patch
|
||||
Patch8: backport-bind-dyndb-ldap-bind-9.18.24.patch
|
||||
|
||||
BuildRequires: bind-devel >= %{bind_version}
|
||||
BuildRequires: krb5-devel
|
||||
@ -100,6 +101,12 @@ sed -i.bak -e "$SEDSCRIPT" /etc/named.conf
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2024 xinghe <xinghe2@h-partners.com> - 11.10-3
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
- SUG:NA
|
||||
- DESC:fix build failed
|
||||
|
||||
* Tue Mar 05 2024 xinghe <xinghe2@h-partners.com> - 11.10-2
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user