> 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
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"
--
2 matches
Mail list logo