diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-04 19:45:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-04 19:45:02 +0000 |
commit | 47edab39a4131424c0af036335f24e71260699f8 (patch) | |
tree | fde290dfedb187168ec29c9fa93b7e997d3467eb /databases | |
parent | e3ac9878798198197bcddb13ebdf3eeb3bf08a1b (diff) | |
download | pkgsrc-47edab39a4131424c0af036335f24e71260699f8.tar.gz |
We only need the full dependency on libtool if we build the dynamic
modules. Bump the PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile.options | 3 |
2 files changed, 4 insertions, 3 deletions
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 |