mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
nvme-cli: update to 1.11.1
This commit is contained in:
parent
17fa651320
commit
54fceaacae
2 changed files with 3 additions and 27 deletions
|
@ -1,24 +0,0 @@
|
|||
From d6d25017f28d39a3b6d096ab707d96e1a5d4dfe9 Mon Sep 17 00:00:00 2001
|
||||
From: Neel Chotai <neel@chot.ai>
|
||||
Date: Fri, 14 Feb 2020 17:56:23 +0000
|
||||
Subject: [PATCH] fix musl compilation
|
||||
|
||||
---
|
||||
plugins/micron/micron-nvme.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/plugins/micron/micron-nvme.c b/plugins/micron/micron-nvme.c
|
||||
index 8240887..165fcf0 100644
|
||||
--- plugins/micron/micron-nvme.c
|
||||
+++ plugins/micron/micron-nvme.c
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "nvme-print.h"
|
||||
#include "nvme-ioctl.h"
|
||||
#include <sys/ioctl.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#define CREATE_CMD
|
||||
#include "micron-nvme.h"
|
||||
--
|
||||
2.25.0
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nvme-cli'
|
||||
pkgname=nvme-cli
|
||||
version=1.10.1
|
||||
revision=2
|
||||
version=1.11.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
# yeah, it must be 0 to enable
|
||||
make_build_args="LIBUUID=0"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Peter Froehlich <peter.hans.froehlich@gmail.com>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://nvmexpress.org"
|
||||
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
||||
checksum=6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31
|
||||
checksum=7c8dddbba92cf82ff50416476fe60357ecb2048470dca33765c3f36bf89b48ac
|
||||
conf_files="/etc/nvme/*.conf"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue