summaryrefslogtreecommitdiff
path: root/databases/openldap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r--databases/openldap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 8435e07a119..8ea2eeb3303 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.86 2004/11/17 07:23:41 jlam Exp $
+# $NetBSD: Makefile,v 1.87 2004/11/18 19:07:04 jlam Exp $
DISTNAME= openldap-2.2.18
SVR4_PKGNAME= oldap
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
EXTRACT_SUFX= .tgz
@@ -95,6 +96,11 @@ OPENLDAP_PTHREAD_OPTS?= native
OPENLDAP_PTHREAD_OPTS?= require
PTHREAD_OPTS+= ${OPENLDAP_PTHREAD_OPTS}
+# We don't actually want everything to be built with pthreads -- only
+# libldap_r and slurpd.
+#
+PTHREAD_AUTO_VARS= no
+
.include "../../security/openssl/buildlink3.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"