pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/libgda Explicitely disable ldap; on solaris ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55ac78e6a490
branches:  trunk
changeset: 471213:55ac78e6a490
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sun Mar 21 17:40:44 2004 +0000

description:
Explicitely disable ldap; on solaris configure will try to use the
system's ldap and fail.

diffstat:

 databases/libgda/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4dbe769f014a -r 55ac78e6a490 databases/libgda/Makefile.common
--- a/databases/libgda/Makefile.common  Sun Mar 21 15:57:41 2004 +0000
+++ b/databases/libgda/Makefile.common  Sun Mar 21 17:40:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/03/11 14:00:29 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/03/21 17:40:44 bouyer Exp $
 #
 
 DISTNAME?=             libgda-1.0.3
@@ -20,6 +20,7 @@
 CONFIGURE_ARGS+=       --sysconfdir="${PKG_SYSCONFDIR}"
 CONFIGURE_ARGS+=       --enable-gtk-doc=no
 CONFIGURE_ARGS+=       --with-html-dir="${PREFIX}/share/doc/html"
+CONFIGURE_ARGS+=       --without-ldap
 
 PKG_SYSCONFSUBDIR=     libgda
 EGDIR=                 ${PREFIX}/share/examples/libgda



Home | Main Index | Thread Index | Old Index