diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-21 17:40:44 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-21 17:40:44 +0000 |
commit | 4852b19c32b1d1212863518bc148219aa80a25d7 (patch) | |
tree | 6c1c39aa91ac27be80b75a0be2e650656ed0f6d5 /databases/libgda | |
parent | 18c4ae82401ef85e0c3cf53a195895ef9c4b7994 (diff) | |
download | pkgsrc-4852b19c32b1d1212863518bc148219aa80a25d7.tar.gz |
Explicitely disable ldap; on solaris configure will try to use the
system's ldap and fail.
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/Makefile.common | 3 |
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 |