Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 202466

Summary: mail-client/cone-0.69 - add ldap use flag
Product: Gentoo Linux Reporter: Krzysztof Kozlowski <krzysztof.kozlowski>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: cone-0.69 ebuild ldap dependency patch

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.