From d645bf55b32e90960b5ca1f5177df2639a11c530 Mon Sep 17 00:00:00 2001 From: dougb <dougb@FreeBSD.org> Date: Thu, 18 Mar 2010 19:00:35 +0000 Subject: Update to 9.6.2-P1, the latest patchfix release which deals with the problems related to the handling of broken DNSSEC trust chains. This fix is only relevant for those who have DNSSEC validation enabled and configure trust anchors from third parties, either manually, or through a system like DLV. --- lib/bind/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/bind') diff --git a/lib/bind/config.h b/lib/bind/config.h index 3391059..3038b5b 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -283,6 +283,10 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#define LT_OBJDIR ".libs/" + /* Defined if extern char *optarg is not declared. */ /* #undef NEED_OPTARG */ -- cgit v1.1