diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-01-17 12:06:59 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-01-17 12:06:59 +0000 |
commit | 62f18868c9992dbc8a2aeb13674f1793938e85e1 (patch) | |
tree | 62d002e1e93fc53465f1b9043bbe979c60152132 /databases/php4-ldap/Makefile | |
parent | 3e8b8b3148ce0e1791880a1a465183e9ca3a17c8 (diff) | |
download | pkgsrc-62f18868c9992dbc8a2aeb13674f1793938e85e1.tar.gz |
we link against the non-thread ldap library, so we do not need to care
about pthreads here; g/c the unneeded patch too
XXX eventually we might consider a thread-safe variant of this
module for PHP under Apache 2.x, which would use (thread-safe)
libldap_r rather than the (not thread safe) libldap
bump pkg revision just in case
Diffstat (limited to 'databases/php4-ldap/Makefile')
-rw-r--r-- | databases/php4-ldap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/php4-ldap/Makefile b/databases/php4-ldap/Makefile index a0bb53cb464..00b295a2a5d 100644 --- a/databases/php4-ldap/Makefile +++ b/databases/php4-ldap/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2003/09/19 10:10:52 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/17 12:06:59 jdolecek Exp $ MODNAME= ldap CATEGORIES+= databases -PKGREVISION= # empty +PKGREVISION= 1 COMMENT= PHP4 extension for LDAP database access USE_BUILDLINK2= YES -DISTINFO_FILE= ${.CURDIR}/distinfo .include "../../www/php4/Makefile.module" CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openldap} -CONFIGURE_ENV+= PTHREAD_TYPE="${PTHREAD_TYPE}" .include "../../databases/openldap/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |