RE: [gentoo-user] Re: Enabling Mutt with SSL for IMAP - Email found in subject

2006-08-25 Thread Anthony Roy
> Anthony Roy wrote: > > More generally, how do I find out the relationship between > the portage > > use flags and a packages compile options? > > Short answer is: Read the ebuild. Look for things like: Spot on! Turns out that SSL conflicts with gnutls which I had set. Thanks, Anthony. Th

[gentoo-user] Re: Enabling Mutt with SSL for IMAP

2006-08-25 Thread Jim Ramsay
Anthony Roy wrote: > More generally, how do I find out the relationship between the portage > use flags and a packages compile options? Short answer is: Read the ebuild. Look for things like: econf $(use_enable ssl) if use ssl; then # Do many things fi use ssl & epatch "some_file.patch" --