diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-05-24 14:31:50 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-05-24 14:31:50 +0000 |
| commit | 9fed5d39ed995d082560e4297d2ee59017a59a19 (patch) | |
| tree | cb61e784d20c70b3458a514384d8c8b887c0a5b1 /bind-9.4.1-ldap-api.patch | |
| parent | 08c420d1f58731b96e901d5661132828f824c69f (diff) | |
- start using deprecated ldap API because new-api patch didn't work (lack
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.patch | 11 |
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@ + |
