From owner-cvs-src@FreeBSD.ORG Wed Sep 22 14:36:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DDC816A4CE; Wed, 22 Sep 2004 14:36:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70C7843D45; Wed, 22 Sep 2004 14:36:12 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8MEaClc042650; Wed, 22 Sep 2004 14:36:12 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8MEaCPt042649; Wed, 22 Sep 2004 14:36:12 GMT (envelope-from des) Message-Id: <200409221436.i8MEaCPt042649@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 22 Sep 2004 14:36:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/bind config.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 14:36:12 -0000 des 2004-09-22 14:36:12 UTC FreeBSD src repository Modified files: lib/bind config.mk Log: Always link with -lpthread, not -lc_r, because platforms that don't have full KSE support still have -lpthread as an alias for -lc_r. The only thing that's different is the name of the knob that turns it off. Pointed out by: ru@ Revision Changes Path 1.3 +5 -6 src/lib/bind/config.mk