[PATCH] Find libmsgpackc in Multi-Arch library paths
authorJames McCoy <jamessan@jamessan.com>
Fri, 22 Jul 2016 03:30:32 +0000 (23:30 -0400)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 19 Nov 2019 08:28:46 +0000 (08:28 +0000)
commit67286e0bd89e268e0defe806ccea24a132a71afa
treee9329a2aa8a287c17a71698f19c591ae7e4bab4d
parenta5159dc3b1486452c7f90e228eb712238f8fe0e9
[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