diff options
author | bouyer <bouyer> | 2004-03-21 17:40:44 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2004-03-21 17:40:44 +0000 |
commit | d6020557dff55a584f6ed8b35a45dd57f80cfca0 (patch) | |
tree | 6c1c39aa91ac27be80b75a0be2e650656ed0f6d5 /databases/libgda | |
parent | e25f54796b1216cb446bfdae8e8f1004666baed8 (diff) | |
download | pkgsrc-d6020557dff55a584f6ed8b35a45dd57f80cfca0.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 |