mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bcachefs-tools: update to 1.20.0.
This commit is contained in:
parent
f943f2dcd5
commit
08d3f5c818
2 changed files with 14 additions and 3 deletions
|
@ -9,6 +9,14 @@
|
||||||
CARGO_BUILD=$(CARGO) build $(CARGO_BUILD_ARGS)
|
CARGO_BUILD=$(CARGO) build $(CARGO_BUILD_ARGS)
|
||||||
|
|
||||||
CARGO_CLEAN=$(CARGO) clean $(CARGO_CLEAN_ARGS)
|
CARGO_CLEAN=$(CARGO) clean $(CARGO_CLEAN_ARGS)
|
||||||
|
@@ -73,7 +73,6 @@
|
||||||
|
CFLAGS+=$(call cc-disable-warning, shift-overflow)
|
||||||
|
CFLAGS+=$(call cc-disable-warning, enum-conversion)
|
||||||
|
CFLAGS+=$(call cc-disable-warning, gnu-variable-sized-type-not-at-end)
|
||||||
|
-export RUSTFLAGS=-C default-linker-libraries
|
||||||
|
|
||||||
|
PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd libudev libkeyutils"
|
||||||
|
ifdef BCACHEFS_FUSE
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -200,7 +200,7 @@
|
@@ -200,7 +200,7 @@
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bcachefs-tools'
|
# Template file for 'bcachefs-tools'
|
||||||
pkgname=bcachefs-tools
|
pkgname=bcachefs-tools
|
||||||
reverts="24_1"
|
reverts="24_1"
|
||||||
version=1.13.0
|
version=1.20.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="ROOT_SBINDIR=/usr/bin"
|
make_install_args="ROOT_SBINDIR=/usr/bin"
|
||||||
|
@ -15,12 +15,15 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://bcachefs.org/"
|
homepage="https://bcachefs.org/"
|
||||||
distfiles="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=cc7196505eba3a71e2ab8b9d0d19c6b16959b15aeb6e57e696dc14bd735ee0d5
|
checksum=e616fea8bbd26581fb614fef9e50432a55a30248d7c42823cc06fee9e0d38747
|
||||||
|
|
||||||
export VERSION=v${version}
|
export VERSION=v${version}
|
||||||
export RUST_TARGET
|
export RUST_TARGET
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
|
broken="bch_bindgen: E0588"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# fuck me sideways why this is necessary, it should be default
|
|
||||||
RUSTFLAGS+=" -C linker=$CC"
|
RUSTFLAGS+=" -C linker=$CC"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue