bf583d94c7
postgresql. WWW: https://www.isc.org/software/bind/ PR: ports/157752 Submitted by: Josh Carroll <josh.carroll@gmail.com>
17 lines
485 B
Text
17 lines
485 B
Text
--- bin/named/Makefile.in.orig 2011-06-10 18:17:33.000000000 -0700
|
|
+++ bin/named/Makefile.in 2011-06-10 18:19:54.000000000 -0700
|
|
@@ -28,10 +28,10 @@
|
|
#
|
|
# Add database drivers here.
|
|
#
|
|
-DBDRIVER_OBJS =
|
|
-DBDRIVER_SRCS =
|
|
-DBDRIVER_INCLUDES =
|
|
-DBDRIVER_LIBS =
|
|
+DBDRIVER_OBJS = ldapdb.@O@
|
|
+DBDRIVER_SRCS = ldapdb.c
|
|
+DBDRIVER_INCLUDES = -I../../contrib/sdb/ldap -I${LOCALBASE}include
|
|
+DBDRIVER_LIBS = -L${LOCALBASE}/lib -lldap -llber
|
|
|
|
DLZ_DRIVER_DIR = ${top_srcdir}/contrib/dlz/drivers
|
|
|