lvm2: update to 2.02.185.
Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
parent
66a0301ddf
commit
3d7cd2a56b
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'lvm2'
|
# Template file for 'lvm2'
|
||||||
pkgname=lvm2
|
pkgname=lvm2
|
||||||
version=2.02.184
|
version=2.02.185
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="LVM2.${version}"
|
wrksrc="LVM2.${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
@ -19,18 +19,14 @@ license="GPL-2.0-only, LGPL-2.1-only"
|
|||||||
homepage="https://sourceware.org/lvm2/"
|
homepage="https://sourceware.org/lvm2/"
|
||||||
changelog="https://abi-laboratory.pro/?view=changelog&l=lvm2&v=${version}"
|
changelog="https://abi-laboratory.pro/?view=changelog&l=lvm2&v=${version}"
|
||||||
distfiles="https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.${version}.tgz"
|
distfiles="https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.${version}.tgz"
|
||||||
checksum=d12da937ce5c0753d4ea8b5215afaa3b12061ea961268693e24e81b19918f514
|
checksum=070b2e7d34c8069602741c7483be715327f62875f5ce1f5727627fbea2481f4d
|
||||||
conf_files="/etc/lvm/lvm.conf
|
conf_files="/etc/lvm/*.conf /etc/lvm/profile/*"
|
||||||
/etc/lvm/lvmlocal.conf
|
|
||||||
/etc/lvm/profile/*"
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/lvm/archive 0755 root root
|
/etc/lvm/archive 0755 root root
|
||||||
/etc/lvm/backup 0755 root root"
|
/etc/lvm/backup 0755 root root"
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
*-musl)
|
*-musl) configure_args+=" --enable-static_link";;
|
||||||
configure_args+=" --enable-static_link"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
@ -66,9 +62,7 @@ device-mapper-devel_package() {
|
|||||||
vmove usr/lib/liblvm2cmd.so
|
vmove usr/lib/liblvm2cmd.so
|
||||||
vmove "usr/lib/libdevmapper*.so"
|
vmove "usr/lib/libdevmapper*.so"
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
*-musl)
|
*-musl) vmove "usr/lib/*.a";;
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user