Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237937 - USE="-gnutls" emerge =net-mail/courier-imap-4.4.1 links to gnutls
Summary: USE="-gnutls" emerge =net-mail/courier-imap-4.4.1 links to gnutls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 15:33 UTC by Federico Cuello
Modified: 2009-10-06 15:55 UTC (History)
2 users (show)

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


Attachments
Fix --without-gnutls config option (fix-config-without-gnutls.patch,264 bytes, text/plain)
2008-09-17 15:34 UTC, Federico Cuello
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Cuello 2008-09-17 15:33:13 UTC
When emerging courier-imap, if the gnutls package is installed, then USE="-gnutls" has no effect and courier-imap is linked againts gnutls anyway.

Reproducible: Always

Steps to Reproduce:
1. emerge gnutls
2. USE="-gnutls" emerge courier-imap
3.

Actual Results:  
couriertls is linked against gnutls

Expected Results:  
couriertls shoulb be linked to openssl
Comment 1 Federico Cuello 2008-09-17 15:34:14 UTC
Created attachment 165644 [details]
Fix --without-gnutls config option
Comment 2 Federico Cuello 2008-09-22 19:14:13 UTC
patch has been applied upstream, see:

http://courier.cvs.sourceforge.net/courier/libs/tcpd/configure.in?r1=1.36&r2=1.37

And now is included in the latest development snapshot (20-Sep-2008):
courier-imap-4.4.1.20080920.tar.bz2
Comment 3 Bernard Cafarelli gentoo-dev 2009-10-06 15:55:10 UTC
(In reply to comment #2)
> patch has been applied upstream, see:
> 
> http://courier.cvs.sourceforge.net/courier/libs/tcpd/configure.in?r1=1.36&r2=1.37
> 
> And now is included in the latest development snapshot (20-Sep-2008):
> courier-imap-4.4.1.20080920.tar.bz2
So fixed with 4.5.0 in portage tree

Thanks for the report!