pkgsrc/net/bind911/patches/patch-contrib_dlz_config.dlz.in
taca c84f75c1b5 net/bind911 Add BIND 9.11 package
Add bind9.11.4pl1 (BIND 9.11.4-P1) package.

Note: named(8) requires writable permission to current directory when
start up or the directory specified by "directory" in options statement.


BIND, the Berkeley Internet Name Daemon, version 9 is a major rewrite
of nearly all aspects of the underlying BIND architecture.  Some
of the important features of BIND-9 are:

	- DNS Security
	- IP version 6
	- DNS Protocol Enhancements
	- Views
	- Multiprocessor Support
	- Improved Portability Architecture
	- Full NSEC3 support
	- Automatic zone re-signing
	- New update-policy methods tcp-self and 6to4-self

This package contains the BIND 9.11 release.

	- Catalog Zones, a new method for provisioning servers
	- "dnstap", a fast and flexible method of capturing and logging
	  DNS traffic.
	- "dyndb", a new API for loading zone data from an external database
	- dnssec-keymgr, a new key mainenance utility
	- mdig, an alternate version of dig utility
	- And more...
2018-09-09 13:11:38 +00:00

15 lines
501 B
Text

$NetBSD: patch-contrib_dlz_config.dlz.in,v 1.1 2018/09/09 13:11:38 taca Exp $
* Link proper postgresql library.
--- contrib/dlz/config.dlz.in.orig 2018-07-03 06:56:55.000000000 +0000
+++ contrib/dlz/config.dlz.in
@@ -113,7 +113,7 @@ case "$use_dlz_postgres" in
*)
DLZ_ADD_DRIVER(POSTGRES, dlz_postgres_driver,
[-I$use_dlz_postgres],
- [-L$use_dlz_postgres_lib -lpq])
+ [-L${PREFIX}/lib -lpq])
AC_MSG_RESULT(
[using PostgreSQL from $use_dlz_postgres_lib and $use_dlz_postgres])