Subject: CVS commit: pkgsrc/databases/openldap
From: Johnny C. Lam
Date: 2004-11-18 20:07:04
Message id: 20041118190704.B12562DA1D@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.87modifypkgsrc/databases/openldap/Makefile
1.14modifypkgsrc/databases/openldap/buildlink3.mk
1.29modifypkgsrc/databases/openldap/distinfo
1.1addpkgsrc/databases/openldap/patches/patch-aj
1.1addpkgsrc/databases/openldap/patches/patch-ak