freebsd-ports/dns/bind97-sdb/files/patch-pgsql-bin__named__Makefile.in
Doug Barton bf583d94c7 BIND version 9.7 with support for sdb database drivers, including ldap and
postgresql.

WWW: https://www.isc.org/software/bind/

PR:		ports/157752
Submitted by:	Josh Carroll <josh.carroll@gmail.com>
2011-09-09 20:55:32 +00:00

17 lines
480 B
Text

--- bin/named/Makefile.in.orig 2011-06-10 10:18:29.000000000 -0700
+++ bin/named/Makefile.in 2011-06-10 10:01:43.000000000 -0700
@@ -28,10 +28,10 @@
#
# Add database drivers here.
#
-DBDRIVER_OBJS =
-DBDRIVER_SRCS =
-DBDRIVER_INCLUDES =
-DBDRIVER_LIBS =
+DBDRIVER_OBJS = pgsqldb.@O@
+DBDRIVER_SRCS = pgsqldb.c
+DBDRIVER_INCLUDES = -I../../contrib/sdb/pgsql -I${LOCALBASE}/include
+DBDRIVER_LIBS = -L${LOCALBASE}/lib -lpq
DLZ_DRIVER_DIR = ${top_srcdir}/contrib/dlz/drivers