Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202466 - mail-client/cone-0.69 - add ldap use flag
Summary: mail-client/cone-0.69 - add ldap use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-16 14:28 UTC by Krzysztof Kozlowski
Modified: 2010-09-26 04:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
cone-0.69 ebuild ldap dependency patch (cone-0.69.ebuild.diff,749 bytes, patch)
2007-12-16 14:29 UTC, Krzysztof Kozlowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Kozlowski 2007-12-16 14:28:20 UTC
mail-client/cone-0.69 is missing ldap dependency. In file cone-0.69/ldapaddressbook/configure.in:
------------------------------------
AC_ARG_WITH(ldapaddressbook,
[  --without-ldapaddressbook   Disable LDAP address book code ],
   HAVE_OPENLDAP="$withval",
   HAVE_OPENLDAP=1)
------------------------------------
Comment 1 Krzysztof Kozlowski 2007-12-16 14:29:00 UTC
Created attachment 138615 [details, diff]
cone-0.69 ebuild ldap dependency patch
Comment 2 Tim Harder gentoo-dev 2010-09-26 04:53:16 UTC
I've added ldap support to cone-0.84 that I just added to the tree.