From: Mark Andrews Date: Thu, 20 Jul 2006 06:06:38 +0000 (+0000) Subject: 2054. [port] freebsd: do not explicitly link against -lpthread. X-Git-Tag: v9.2.7rc1~26 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bf8365fa16603136e91f9b68aeef272f4004f52e;p=thirdparty%2Fbind9.git 2054. [port] freebsd: do not explicitly link against -lpthread. [RT #16170] --- diff --git a/CHANGES b/CHANGES index 0e82d1054d0..0910dc942fe 100644 --- 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] 2050. [bug] Parsing of NSAP records was not case insensitive. diff --git a/config.h.in b/config.h.in index b3d224e43d1..01accfc1cc4 100644 --- a/config.h.in +++ b/config.h.in @@ -16,7 +16,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.47.2.21 2006/03/01 02:49:40 marka Exp $ */ +/* $Id: config.h.in,v 1.47.2.22 2006/07/20 06:06:38 marka Exp $ */ /*** *** This file is not to be included by any public header files, because @@ -177,6 +177,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 header file. */ #undef HAVE_LINUX_CAPABILITY_H