Re: [PATCH] binutils/configure: look for msgpack-c.pc (in addition to msgpack.pc)

Project / Subsystem

binutils / binutils/configure

Date

2026-05-18

Proposer

Simon Marchi <simon.marchi@efficios.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

All attributes

project
binutils
subsystem
binutils/configure
patch_id
discussion_id
c7c689e7-fb1d-4087-af0e-621009ef6642@efficios.com
source_type
public_inbox
title
Re: [PATCH] binutils/configure: look for msgpack-c.pc (in addition to msgpack.pc)
headline
Confirms fix for msgpack configure script
tldr
Simon Marchi confirms that a patch addressing msgpack detection in binutils configure script has fixed the issue.
proposer
Simon Marchi <simon.marchi@efficios.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
[]
series_id
series_role
standalone
series_parts
[]
tags
  • build
  • configure
  • msgpack
  • library
bugzilla_url
date
2026-05-18T00:00:00.000Z

Re: [PATCH] binutils/configure: look for msgpack-c.pc (in addition to msgpack.pc)

Simon Marchi confirms that a patch addressing the detection of the msgpack library in the binutils configure script has resolved the reported issue. The patch modifies the configure.ac file to check for both msgpack-c.pc and msgpack.pc, accommodating a renaming that occurred in the library’s packaging. This ensures that the build process can correctly identify and utilize the msgpack library when it is available.