mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
erofs-utils: update to 1.7.1.
This commit is contained in:
parent
a250453e6a
commit
6158025783
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'erofs-utils'
|
# Template file for 'erofs-utils'
|
||||||
pkgname=erofs-utils
|
pkgname=erofs-utils
|
||||||
version=1.7
|
version=1.7.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -12,14 +12,9 @@ short_desc="User-space tools for EROFS filesystem"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/about/"
|
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/about/"
|
||||||
|
changelog="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/plain/ChangeLog"
|
||||||
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${version}.tar.gz"
|
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${version}.tar.gz"
|
||||||
checksum=b6eb529bb423eb2dd779c9da9c2632855488b4b91e23553a31ce23f11c9cce2c
|
checksum=196083d63e5e231fb5799e7ce86a944bbca564daabce3de9225a8aca9dcaff15
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
armv6l*|armv7l*|aarch64*) configure_args+=" MAX_BLOCK_SIZE=4096" ;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue