Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The sasl.h header location in Modules/LDAPObject.c is wrong (at least for cyrus-sasl-2.1.14). It should be <sasl/sasl.h> Solution: sed -e "s|<sasl.h>|<sasl/sasl.h>|" -i Modules/LDAPObject.c Reproducible: Always Steps to Reproduce:
Created an attachment (id=17654) [edit] Patched ebuild Thanks for providing a fix for this problem. I've tested the ebuild containing your solution and it emerges fine with USE="sasl".
thanks for tracking this down guys. its fixed in 2.0.0_pre13 along with some other tweaks.