FS#1213 - Evolution should be compiled with LDAP support
Attached to Project:
Arch Linux
Opened by Avik Sengupta (aviks) - Tuesday, 03 August 2004, 09:06 GMT
Last edited by Dale Blount (dale) - Tuesday, 14 September 2004, 20:53 GMT
Opened by Avik Sengupta (aviks) - Tuesday, 03 August 2004, 09:06 GMT
Last edited by Dale Blount (dale) - Tuesday, 14 September 2004, 20:53 GMT
|
Details
Evolution 1.4.6 package has not been compiled with ldap
support. It should include --with-openldap in the PKGBUILD,
and include openldap as a dependency. Diff below .. (also
includes minor change in location of berkley db ...old
loation is 404)
--- ../extra/network/evolution/PKGBUILD 2004-03-21 09:04:10.000000000 +0530 +++ PKGBUILD 2004-08-03 14:11:17.000000000 +0530 @@ -8,15 +8,15 @@ pkgname=evolution pkgver=1.4.6 -pkgrel=2 +pkgrel=3 pkgdesc="Integrated Workgroup and Personal Information Management for Gnome" depends=('libgnomeprint' 'libglade' 'libgnomeprintui' 'libgnomeui' 'libsoup' 'gtkhtml' \ 'gnome-vfs' 'libbonobo' 'libart-lgpl' 'openssl' 'gconf' 'esd' 'linc' 'gail' 'gtk2' \ - 'gnome-common') + 'gnome-common' 'openldap') makedepends=('indent') url=(http://www.ximian.com/products/evolution/) source=(ftp://ftp.gnome.org/pub/gnome/sources/evolution/1.4/$pkgname-$pkgver.tar.gz \ - http://www.sleepycat.com/update/snapshot/db-3.1.17.tar.gz) + ftp://sleepycat1.inetu.net/releases/db-3.1.17.tar.gz) md5sums=('6fadfc29fb30f37c80e1983e638f2151' \ '5baeb94fb934d0bf783ea42117c400be') @@ -25,12 +25,15 @@ ../dist/configure --prefix=$startdir/db3 make || return 1 make install || return 1 cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/opt/gnome \ --with-db3-includes=$startdir/db3/include/ \ --with-db3-libs=$startdir/db3/lib/ \ --enable-nss=yes \ --enable-openssl=yes \ + --with-openldap=yes \ --with-nspr-includes=/opt/mozilla # --with-nspr-libs=/opt/mozilla \ # --with-nss-includes=/opt/mozilla \ |
This task depends upon
Comment by Dale Blount (dale) -
Tuesday, 03 August 2004, 12:23 GMT
Can this wait a little while? 2.0.0 is supposed to be out real
soon now and I'd hate to release 1.4.6-3 then 2.0.0-1 so close
together. You can build and install it locally (as I'm sure you
know) for now, and I'll get this fixed up in the v2 release.
Comment by Avik Sengupta (aviks) -
Wednesday, 04 August 2004, 08:31 GMT
Yeah, AFAIC, it can sure wait a while.. I've ofcourse build and
installed locally.
Comment by Dale Blount (dale) -
Monday, 04 October 2004, 01:01 GMT
implemented in 2.0.1-1t1