Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18253 - Mutt 1.5.4i ebuild incorrectly configures mutt for SSL and IMAP
Summary: Mutt 1.5.4i ebuild incorrectly configures mutt for SSL and IMAP
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 17:04 UTC by Tavis Ormandy (RETIRED)
Modified: 2003-03-26 18:41 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tavis Ormandy (RETIRED) gentoo-dev 2003-03-26 17:04:23 UTC
Mutt 1.5.4i ebuild configures mutt using --enable-ssl if the ssl USE flag is
set, however it expects --with-ssl. Sugest changing the `use_enable ssl` and
`use_enable imap` to `use_with`.

Reproducible: Always
Steps to Reproduce:
1. attempt to emerge Mutt 1.5.4 with ssl support
2. check if it was enabled
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2003-03-26 18:41:31 UTC
Fixed the ssl configuration. ./configure --help clearly shows that imap is enabled w/ --enable-imap and the configure script confirms this however. Let me know if this still does not work for you.