lvm2: update to 2.02.100

This commit is contained in:
Juergen Daubert 2013-08-20 14:26:12 +02:00
parent b1741faf3a
commit e71d5d4e01
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,8 @@ drwxr-xr-x root/root etc/lvm/
drwx------ root/root etc/lvm/archive/
drwx------ root/root etc/lvm/backup/
-rw-r--r-- root/root etc/lvm/lvm.conf
drwxr-xr-x root/root etc/lvm/profile/
-r--r--r-- root/root etc/lvm/profile/default.profile
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/udev/
drwxr-xr-x root/root lib/udev/rules.d/

View File

@ -1 +1 @@
1ce5b7f9981e1d02dfd1d3857c8d9fbe LVM2.2.02.98.tgz
9629cf5728544d7e637cafde1f73d777 LVM2.2.02.100.tgz

View File

@ -4,13 +4,16 @@
# Depends on: libdevmapper
name=lvm2
version=2.02.98
version=2.02.100
release=1
source=(ftp://sources.redhat.com/pub/lvm2/releases/LVM2.$version.tgz)
build() {
cd LVM2.$version
# needed for static linking with eudev
export UDEV_LIBS="$(pkg-config --libs --static libudev)"
./configure --prefix=/usr \
--exec-prefix= \
--datarootdir=/usr \