ports/dns/bind9-sdb-postgresql/files/patch-bin__named__Makefile.in
Wesley Shields 17e061a129 New port: BIND version 9 Nameserver, with PostgreSQL backend support.
WWW: http://www.isc.org/index.pl?/sw/bind/index.php

PR:		ports/126592
Submitted by:	Josh Carroll <josh.carroll@gmail.com>
2008-08-27 01:01:00 +00:00

17 lines
484 B
Text

--- ./bin/named/Makefile.in.orig 2005-09-04 20:18:10.000000000 -0400
+++ ./bin/named/Makefile.in 2008-08-26 12:01:22.000000000 -0400
@@ -26,10 +26,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