mbox series

[0/2] livepatch-tools: fixes for building on non-glibc

Message ID 20231113160940.52430-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series livepatch-tools: fixes for building on non-glibc | expand

Message

Roger Pau Monné Nov. 13, 2023, 4:09 p.m. UTC
Hello,

A couple of fixes to allow building the tools on non-glibc systems (BSD
and musl tested).

No functional changes intended for either of the two fixes.

Thanks, Roger.

Roger Pau Monne (2):
  livepatch-tools: add -largp option when required
  livepatch-tools: fix isnumber() function clash

 Makefile             | 4 ++++
 create-diff-object.c | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

Comments

Ross Lagerwall Nov. 15, 2023, 1:36 p.m. UTC | #1
On Mon, Nov 13, 2023 at 4:10 PM Roger Pau Monne <roger.pau@citrix.com> wrote:
>
> Hello,
>
> A couple of fixes to allow building the tools on non-glibc systems (BSD
> and musl tested).
>
> No functional changes intended for either of the two fixes.
>

Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>

Applied, thanks.

Ross