On Thu, Mar 3, 2016 at 3:15 AM, Håkon Alstadheim
<ha...@alstadheim.priv.no> wrote:
> Would "revdep-rebuild.sh -i -L "libssl\.so.*" -- -f" before emerging, be
> sufficient ? I.e. that should obviate the need for compiling wget with
> gnutls ?
>

No, and no.  The problem is the ABI is silently changing.  Rebuilding
everything before updating openssl will just recompile everything with
the old ABI, and then when it silently changes everything will still
break.  The purpose of building wget with gnutls is to make it no
longer use openssl, so then it doesn't break at all.

-- 
Rich

Reply via email to