pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap Enable linking against shared libra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/115270eda674
branches:  trunk
changeset: 469202:115270eda674
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Feb 21 01:48:38 2004 +0000

description:
Enable linking against shared libraries, and correctly enable detection of
the Kerberos libraries.

diffstat:

 databases/openldap/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r e6883b3499eb -r 115270eda674 databases/openldap/Makefile
--- a/databases/openldap/Makefile       Sat Feb 21 01:46:23 2004 +0000
+++ b/databases/openldap/Makefile       Sat Feb 21 01:48:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2004/02/20 13:56:15 jlam Exp $
+# $NetBSD: Makefile,v 1.71 2004/02/21 01:48:38 jlam Exp $
 
 DISTNAME=              openldap-2.1.25
 SVR4_PKGNAME=          oldap
@@ -28,6 +28,7 @@
 #
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --localstatedir=/var/openldap
+CONFIGURE_ARGS+=       --enable-dynamic        # link against shared libs
 CONFIGURE_ARGS+=       --enable-bdb
 CONFIGURE_ARGS+=       --enable-crypt
 CONFIGURE_ARGS+=       --enable-dnssrv
@@ -54,6 +55,8 @@
 
 .if defined(KERBEROS)
 .  include "../../mk/krb5.buildlink3.mk"
+CONFIGURE_ENV+=                ol_with_kerberos=yes
+CONFIGURE_ENV+=                ol_enable_kpasswd=yes
 CONFIGURE_ARGS+=       --with-kerberos
 CONFIGURE_ARGS+=       --enable-kpasswd
 .else



Home | Main Index | Thread Index | Old Index