[PATCH] Find libmsgpackc in Multi-Arch library paths
authorJames McCoy <jamessan@jamessan.com>
Fri, 22 Jul 2016 03:30:32 +0000 (23:30 -0400)
committerAndrii Senkovych <andrii@senkovych.com>
Sun, 26 Aug 2018 12:30:36 +0000 (13:30 +0100)
commit3dec340cfe301527311ccb6aa5de9a976a495704
tree1574f8c5fc7a06bd64a424fe5b1caa2eb3d96108
parentca6153c314bbba8b4d227d6cbc7ba5a72885c60b
[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