lvm2: update to 2.02.105

This commit is contained in:
Juergen Daubert 2014-01-25 09:34:04 +01:00
parent a044cdcadc
commit 08220c59e3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3d82cdb63259b4386c0cc308b4e1f221 LVM2.2.02.104.tgz
b5b3540661fc70bf329b526c1cfbcf3a LVM2.2.02.105.tgz

View File

@ -4,7 +4,7 @@
# Depends on: libdevmapper
name=lvm2
version=2.02.104
version=2.02.105
release=1
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/LVM2.$version.tgz)
@ -15,7 +15,7 @@ build() {
export UDEV_LIBS="$(pkg-config --libs --static libudev)"
# needed for static linking
export LIBS="-lpthread"
export LIBS="-lpthread -luuid"
./configure --prefix=/usr \
--exec-prefix= \