lvm2: update to 2.02.102.
This commit is contained in:
parent
326e159497
commit
dd7d0a2e59
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lvm2'
|
||||
pkgname=lvm2
|
||||
version=2.02.100
|
||||
version=2.02.102
|
||||
revision=1
|
||||
wrksrc=LVM2.${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -10,7 +10,8 @@ configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
|||
--with-udevdir=/usr/lib/udev/rules.d --with-default-pid-dir=/run
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||
--with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm
|
||||
--with-default-locking-dir=/run/lock/lvm --enable-lvmetad"
|
||||
--with-default-locking-dir=/run/lock/lvm --enable-lvmetad
|
||||
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="readline-devel libudev-devel>=183"
|
||||
short_desc="Logical Volume Manager 2 utilities"
|
||||
|
@ -18,11 +19,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://sourceware.org/lvm2/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||
checksum=450302f909a93a44710ed3ae70894d3774f2eab52ecb1e3e6cac16d0239bd3a0
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
||||
fi
|
||||
checksum=7392705663f814e4cc547fb22dc6e29b7c8929fd98ca998c6dd1a9e4b92df6a1
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/lvm2.tmpfiles 644 usr/lib/tmpfiles.d lvm2.conf
|
||||
|
|
Loading…
Reference in New Issue