public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/files/
@ 2022-02-11 14:39 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-02-11 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b88a075035f5310c240b8fa38c9d4eeb33086934
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 14:39:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 14:39:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88a0750

sys-apps/nvme-cli: musl build fix deux

Closes: https://bugs.gentoo.org/830744
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch b/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch
index 12e66577d69d..27c9667c827c 100644
--- a/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch
+++ b/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch
@@ -1,5 +1,6 @@
 https://github.com/linux-nvme/nvme-cli/commit/4729b13f36d4713ce1162dc1d4425d44e1474078.patch
 https://bugs.gentoo.org/829705
+(and an additional hunk for https://bugs.gentoo.org/830744)
 
 From: Ariadne Conill <ariadne@dereferenced.org>
 Date: Mon, 26 Apr 2021 00:41:20 -0600
@@ -22,3 +23,15 @@ Signed-off-by: Daniel Wagner <dwagner@suse.de>
  
  #include "nvme.h"
  #include "libnvme.h"
+diff --git a/nvme-topology.c b/nvme-topology.c
+index 0a22f6b..6d510f2 100644
+--- a/nvme-topology.c
++++ b/nvme-topology.c
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <errno.h>
++#include <limits.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-11 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11 14:39 [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/files/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox