[blfs-dev] Bad patch of liboauth-1.0.3

2018-03-10 Thread
In the required patch of liboauth-1.0.3, the line 90 is + EVP_MD_CTX_free(pkey); This causes segfault in `make check`. It should be + EVP_MD_CTX_free(md_ctx); instead. -- http://lists.linuxfromscratch.org

[blfs-dev] Suggestion: Add librsvg as a runtime optional dependency of gdk-pixbuf

2018-03-10 Thread
I spent a few time to figure out why the icons in `gtk3-demo` didn't show up. Now the pixbuf loader libpixbufloader-svg.so is a part of librsvg. So Without librsvg, the SVG icons (for example in GNOME) won't display with gdk-pixbuf. So we can add: Recommended (runtime, post install) L