mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nvme-cli: update to 2.1.1
This commit is contained in:
parent
39914207e5
commit
a4e6b68255
2 changed files with 2 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
||||||
commit ddf3610e8326d014360c9550d54a73f97b40e862
|
|
||||||
Author: q66 <daniel@octaforge.org>
|
|
||||||
Date: Wed Apr 27 04:20:41 2022 +0200
|
|
||||||
|
|
||||||
fix build on musl
|
|
||||||
|
|
||||||
diff --git a/util/base64.c b/util/base64.c
|
|
||||||
index e386c11..dad4492 100644
|
|
||||||
--- a/util/base64.c
|
|
||||||
+++ b/util/base64.c
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <errno.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
|
|
||||||
static const char base64_table[65] =
|
|
||||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nvme-cli'
|
# Template file for 'nvme-cli'
|
||||||
pkgname=nvme-cli
|
pkgname=nvme-cli
|
||||||
version=2.0
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
|
configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Subhaditya Nath <sn03.general@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://nvmexpress.org"
|
homepage="http://nvmexpress.org"
|
||||||
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
||||||
checksum=471869b3bf643bb357dc9613ad14d24ff342fcd97e2db5a753c81c335ad8859c
|
checksum=cc8bd36b9aa71243e2bace238aa5505244fef3fef5418b0c61f75d1988458272
|
||||||
conf_files="/etc/nvme/*.conf"
|
conf_files="/etc/nvme/*.conf"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue