Landing: 469dcb143c6d
Project / Subsystem
binutils / binutils/configure
Date
2026-05-16
Author
Alan Modra <amodra@sourceware.org>
Commit
469dcb143c6d19cd741fbf904188534e7696658b
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils/configure
- patch_id
- —
- commit_hash
- 469dcb143c6d19cd741fbf904188534e7696658b
- source_type
- public_inbox
- headline
- configure: Look for msgpack-c.pc in addition to msgpack.pc.
- tldr
- The binutils configure script now checks for `msgpack-c.pc` as well as `msgpack.pc` to find the msgpack library.
- author
- Alan Modra <amodra@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • build
- • configure
- • msgpack
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-16T00:00:00.000Z
The binutils configure script now checks for both msgpack-c.pc and msgpack.pc when searching for the msgpack library. This resolves an issue where the configure script would error out if only msgpack-c was installed. The configure script is updated to handle missing msgpack packages more gracefully.