lvm2: update to 2.02.100
This commit is contained in:
parent
b1741faf3a
commit
e71d5d4e01
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
1ce5b7f9981e1d02dfd1d3857c8d9fbe LVM2.2.02.98.tgz
|
||||
9629cf5728544d7e637cafde1f73d777 LVM2.2.02.100.tgz
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user