summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2004-03-21 17:40:44 +0000
committerbouyer <bouyer@pkgsrc.org>2004-03-21 17:40:44 +0000
commit4852b19c32b1d1212863518bc148219aa80a25d7 (patch)
tree6c1c39aa91ac27be80b75a0be2e650656ed0f6d5 /databases
parent18c4ae82401ef85e0c3cf53a195895ef9c4b7994 (diff)
downloadpkgsrc-4852b19c32b1d1212863518bc148219aa80a25d7.tar.gz
Explicitely disable ldap; on solaris configure will try to use the
system's ldap and fail.
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common
index 6e049958749..fcabb3f099b 100644
--- a/databases/libgda/Makefile.common
+++ b/databases/libgda/Makefile.common
@@ -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 @@ GNU_CONFIGURE= YES
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