]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2054. [port] freebsd: do not explicitly link against -lpthread.
authorMark Andrews <marka@isc.org>
Thu, 20 Jul 2006 05:39:07 +0000 (05:39 +0000)
committerMark Andrews <marka@isc.org>
Thu, 20 Jul 2006 05:39:07 +0000 (05:39 +0000)
                        [RT #16170]

CHANGES
config.h.in

diff --git a/CHANGES b/CHANGES
index 7ba330c109ec3e0bc03066d148eb79f688bbf93e..aa39353f9c258cb947133d871c51a5b81f40b0a4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2054.  [port]          freebsd: do not explicitly link against -lpthread.
+                       [RT #16170]
+
 2053.  [port]          netbsd:libbind: silence compiler warnings. [RT #16220]
 
 2052.  [bug]           'rndc' improve connect failed message to report
index fdfa9cd3294acd2e66f981f174b66a9c486a759d..ba8c299e96f502b24d17654aa231e90ef0d06859 100644 (file)
@@ -16,7 +16,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.in,v 1.79 2006/03/01 02:32:46 marka Exp $ */
+/* $Id: config.h.in,v 1.82 2006/08/10 01:57:41 marka Exp $ */
 
 /*! \file */
 
@@ -190,6 +190,9 @@ int sigwait(const unsigned int *set, int *sig);
 /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_LIBSOCKET
 
+/* Define to 1 if you have the `thr' library (-lthr). */
+#undef HAVE_LIBTHR
+
 /* Define to 1 if you have the <linux/capability.h> header file. */
 #undef HAVE_LINUX_CAPABILITY_H