Subject: CVS commit: pkgsrc/databases/openldap
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/18/2004 19:07:04
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Nov 18 19:07:04 UTC 2004

Modified Files:
	pkgsrc/databases/openldap: Makefile buildlink3.mk distinfo
Added Files:
	pkgsrc/databases/openldap/patches: patch-aj patch-ak

Log Message:
We don't actually want everything to be built with pthreads -- only
libldap_r and slurpd.  Patch those Makefiles (patch-aj, patch-ak) to
pass $(PTHREAD_CFLAGS) and $(PTHREAD_LDFLAGS) to the build.  The
configure process correctly adds any necessary libraries, so adding
$(PTHREAD_LIBS) isn't needed.  Bump the PKGREVISION since the LDAP
libraries are no longer linked against libpthread.

This fixes PR pkg/28259.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 pkgsrc/databases/openldap/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/databases/openldap/buildlink3.mk
cvs rdiff -r1.28 -r1.29 pkgsrc/databases/openldap/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/databases/openldap/patches/patch-aj \
    pkgsrc/databases/openldap/patches/patch-ak

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.