[PATCH] Find libmsgpackc in Multi-Arch library paths
authorJames McCoy <jamessan@jamessan.com>
Fri, 22 Jul 2016 03:30:32 +0000 (23:30 -0400)
committerAndriy Senkovych <jolly_roger@itblog.org.ua>
Wed, 16 Nov 2016 22:46:01 +0000 (22:46 +0000)
commit65959d17d39a9e21c24571ae4d2af6fe45a5265e
treee2ee814914dfdfa49b071d4c4b936ab6f89c1ac4
parent01776e9907f61215beae4e3e64f0ce8b8a79efa7
[PATCH] Find libmsgpackc in Multi-Arch library paths

The msgpack library may be present in /usr/lib or /usr/lib/$arch,
but only the former is being searched.  Check both places and fix the
library name to use the C lib (libmsgpackc) rather than the C++ lib
(libmsgpack).

Signed-off-by: James McCoy <jamessan@jamessan.com>
Gbp-Pq: Name msgpack-clib.patch
Makefile