From f9bbe13b88ec3945bf3509964de0734ee8ec8a24 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 4 Aug 2004 19:45:02 +0000 Subject: We only need the full dependency on libtool if we build the dynamic modules. Bump the PKGREVISION. --- databases/openldap/Makefile | 4 ++-- databases/openldap/Makefile.options | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'databases') diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 91cd695ae2a..6b9d9ad14b5 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2004/07/30 21:05:41 jlam Exp $ +# $NetBSD: Makefile,v 1.81 2004/08/04 19:45:02 jlam Exp $ DISTNAME= openldap-2.2.13 SVR4_PKGNAME= oldap +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz @@ -95,7 +96,6 @@ OPENLDAP_PTHREAD_OPTS?= native OPENLDAP_PTHREAD_OPTS?= require PTHREAD_OPTS+= ${OPENLDAP_PTHREAD_OPTS} -.include "../../devel/libtool/buildlink3.mk" .include "../../databases/db4/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../security/tcp_wrappers/buildlink3.mk" diff --git a/databases/openldap/Makefile.options b/databases/openldap/Makefile.options index e5f1d5d21a9..ae6ad9fcb18 100644 --- a/databases/openldap/Makefile.options +++ b/databases/openldap/Makefile.options @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.5 2004/07/30 21:05:41 jlam Exp $ +# $NetBSD: Makefile.options,v 1.6 2004/08/04 19:45:02 jlam Exp $ # Global and legacy options .if defined(KERBEROS) || defined(USE_SASL) || defined(USE_SASL2) @@ -24,6 +24,7 @@ PKG_SUPPORTED_OPTIONS= dynamic kerberos sasl slp ### specified, then link the backend modules statically into slapd. ### .if !empty(PKG_OPTIONS:Mdynamic) +. include "../../devel/libtool/buildlink3.mk" CONFIGURE_ARGS+= --enable-modules PLIST_SUBST+= DYNAMIC_MOD= .else -- cgit v1.2.3