Jonathan Nieder wrote:

>                                                                 You
> should be able to benefit from the workaround, too, by changing
>
>    paths.push_back(FilePath("/usr/lib/nss"));
>
> to
>
> -  paths.push_back(FilePath("/usr/lib/nss"));
> +
>
> in debian/patches/nss-workaround.patch.

To save the time rebuilding: that was just a complicated way to say
"remove the line 'paths.push_back(FilePath("/usr/lib/nss"))' in
src/crypto/nss_util.cc".

One can also achieve approximately the same effect by installing
hexedit and running

        hexedit /usr/lib/chromium/chromium
        <TAB>   (to move to the ASCII column)
        / /usr/lib/nss  (to find that path mentioned there)
        X a few times   (to corrupt it)
        <control + X>   (to save and exit)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to