[Buildroot] [PATCH 01/14] package/hiredis: add missing library symlink

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Apr 12 19:37:58 UTC 2017


Hello,

On Wed, 12 Apr 2017 00:26:30 +0200, Romain Naour wrote:

> +	ln -sf libhiredis.so $(STAGING_DIR)/usr/lib/libhiredis.so.$(HIREDIS_VERSION_MAJOR)

I don't think this was the correct fix, the symbolic link should be the
other way around, and indeed the "make install" of hiredis does it the
other way around.

So I've tweaked your patch to instead install the library itself as
libhiredis.so.0.13, and create a symbolic link named libhiredis.so.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list