From owner-cvs-all Fri Feb 23 9: 4:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7B4037B4EC; Fri, 23 Feb 2001 09:04:44 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1NH4in06847; Fri, 23 Feb 2001 09:04:44 -0800 (PST) (envelope-from knu) Message-Id: <200102231704.f1NH4in06847@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 23 Feb 2001 09:04:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openldap2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/02/23 09:04:44 PST Modified files: net/openldap2 Makefile Log: Improve toward multithreading: - Use Sleepycat Berkeley DB 3.2 that OpenLDAP2's README recommends. It is known to be multithread friendlier than Berkeley DB 1.85 included in our libc or GDBM. - Add -D_REENTRANT and -D_THREAD_SAFE to CPPFLAGS Submitted by: Yarema Revision Changes Path 1.28 +10 -11 ports/net/openldap2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message