[PATCH] Find libmsgpackc in Multi-Arch library paths
authorJames McCoy <jamessan@jamessan.com>
Fri, 22 Jul 2016 03:30:32 +0000 (23:30 -0400)
committerSandro Tosi <morph@debian.org>
Fri, 10 Apr 2020 06:40:29 +0000 (07:40 +0100)
commit05050fefcdc1e3e0336c8014aa1a06cfc324661c
tree05aac31418e2f2993d50e5295fbaf7cee89d6488
parent6e9f54b6f37fb26d0024e1823b8b136ec66ad56b
[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