Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
bind.1854
bind-sdb-ldap.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bind-sdb-ldap.patch of Package bind.1854
Index: bin/named/Makefile.in =================================================================== --- bin/named/Makefile.in.orig 2014-01-23 18:42:24.479609343 +0100 +++ bin/named/Makefile.in 2014-01-24 10:11:54.234471728 +0100 @@ -34,9 +34,9 @@ # # Add database drivers here. # -DBDRIVER_OBJS = -DBDRIVER_SRCS = -DBDRIVER_INCLUDES = +DBDRIVER_OBJS = ldapdb.@O@ +DBDRIVER_SRCS = ldapdb.c +DBDRIVER_INCLUDES = -DLDAP_DEPRECATED DBDRIVER_LIBS = DLZ_DRIVER_DIR = ${top_srcdir}/contrib/dlz/drivers Index: bin/named/main.c =================================================================== --- bin/named/main.c.orig 2013-12-20 01:28:28.000000000 +0100 +++ bin/named/main.c 2014-01-23 18:45:19.059680008 +0100 @@ -82,6 +82,7 @@ * Include header files for database drivers here. */ /* #include "xxdb.h" */ +#include <ldapdb.h> #ifdef CONTRIB_DLZ /* @@ -922,6 +923,7 @@ * Add calls to register sdb drivers here. */ /* xxdb_init(); */ + ldapdb_init(); #ifdef ISC_DLZ_DLOPEN /* @@ -958,6 +960,7 @@ * Add calls to unregister sdb drivers here. */ /* xxdb_clear(); */ + ldapdb_clear(); #ifdef CONTRIB_DLZ /*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor