summaryrefslogtreecommitdiffstats
path: root/bind-9.4.1-ldap-api.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-05-24 14:31:50 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-05-24 14:31:50 +0000
commitb82deb2ea785a00c5508d480608eecab15bbb298 (patch)
treeb06a1c2c14f46198f34f4c33b4a4fe10a3a6d45c /bind-9.4.1-ldap-api.patch
parentaf78c8d4b9f7feb322a228bbfb8fb983e57a651d (diff)
downloadbind-b82deb2ea785a00c5508d480608eecab15bbb298.tar.gz
bind-b82deb2ea785a00c5508d480608eecab15bbb298.tar.xz
bind-b82deb2ea785a00c5508d480608eecab15bbb298.zip
- start using deprecated ldap API because new-api patch didn't work (lackbind-9_4_1-4_fc8
of documentation) - fix minor bug in bind-chroot-admin script (#241103)
Diffstat (limited to 'bind-9.4.1-ldap-api.patch')
-rw-r--r--bind-9.4.1-ldap-api.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/bind-9.4.1-ldap-api.patch b/bind-9.4.1-ldap-api.patch
new file mode 100644
index 0000000..e469c35
--- /dev/null
+++ b/bind-9.4.1-ldap-api.patch
@@ -0,0 +1,11 @@
+--- bind-9.3.4/bin/named_sdb/Makefile.in.ldap-api 2007-05-18 16:21:21.000000000 +0200
++++ bind-9.3.4/bin/named_sdb/Makefile.in 2007-05-18 16:22:16.000000000 +0200
+@@ -96,7 +96,7 @@ HTMLPAGES = named.html lwresd.html named
+
+ MANOBJS = ${MANPAGES} ${HTMLPAGES}
+
+-EXT_CFLAGS = -fPIE
++EXT_CFLAGS = -fPIE -DLDAP_DEPRECATED
+
+ @BIND9_MAKE_RULES@
+