diff options
Diffstat (limited to 'dns/bind9-sdb-postgresql/files/patch-bin__named__Makefile.in')
-rw-r--r-- | dns/bind9-sdb-postgresql/files/patch-bin__named__Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dns/bind9-sdb-postgresql/files/patch-bin__named__Makefile.in b/dns/bind9-sdb-postgresql/files/patch-bin__named__Makefile.in deleted file mode 100644 index ab71555ce86d..000000000000 --- a/dns/bind9-sdb-postgresql/files/patch-bin__named__Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- ./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 - |