diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-19 14:42:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-19 14:42:39 +0000 |
commit | 6f8b45509cb80ef53d95d7e36a462c1d7e9698dd (patch) | |
tree | 9bcd4a29372698339fc973913d606b59035a1f70 /databases/openldap/PLIST | |
parent | 9363588919873f4f8e9aa2e5ea66633798317fd8 (diff) | |
download | pkgsrc-6f8b45509cb80ef53d95d7e36a462c1d7e9698dd.tar.gz |
If the threads are non-native, then don't build openldap with threads
support. The slapd built without threads passes all of its test except
for the replication test, which is because slurpd is not built (slurpd
requires threads). Bump the PKGREVISION.
This is in response to PR 24473. As a debugging aid in case someone
attempts to really fix the PR, if _OPENLDAP_REQUIRE_THREADS is "yes",
then openldap will forcibly build using GNU pth if native threads
aren't available.
Diffstat (limited to 'databases/openldap/PLIST')
-rw-r--r-- | databases/openldap/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/openldap/PLIST b/databases/openldap/PLIST index 17ab432748d..965bf01f041 100644 --- a/databases/openldap/PLIST +++ b/databases/openldap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2004/02/18 14:00:42 jlam Exp $ +@comment $NetBSD: PLIST,v 1.13 2004/02/19 14:42:39 jlam Exp $ bin/ldapadd bin/ldapcompare bin/ldapdelete @@ -8,7 +8,7 @@ bin/ldappasswd bin/ldapsearch bin/ldapwhoami etc/rc.d/slapd -etc/rc.d/slurpd +${SLURPD_COMMENT}etc/rc.d/slurpd include/lber.h include/lber_types.h include/ldap.h @@ -32,7 +32,7 @@ lib/libldap_r.so lib/libldap_r.so.2 lib/libldap_r.so.2.124 libexec/slapd -libexec/slurpd +${SLURPD_COMMENT}libexec/slurpd man/man1/ldapadd.1 man/man1/ldapcompare.1 man/man1/ldapdelete.1 |