libdevmapper: updated to version 1.02.88

This commit is contained in:
Matt Housh 2014-08-05 16:52:54 -05:00
parent b5811f168e
commit bb593db047
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
6834647fcf9b950a92f3acd12b4f427e LVM2.2.02.108.tgz
8fec006327b266fa611b165d8ec0b008 LVM2.2.02.109.tgz

View File

@ -4,12 +4,12 @@
# Depends on: eudev
name=libdevmapper
version=1.02.87
version=1.02.88
release=1
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/LVM2.2.02.108.tgz)
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/LVM2.2.02.109.tgz)
build() {
cd LVM2.2.02.108
cd LVM2.2.02.109
# needed for static linking with eudev
export UDEV_LIBS="$(pkg-config --libs --static libudev)"