libdevmapper: update to 1.02.145

This commit is contained in:
Juergen Daubert 2017-11-04 16:43:05 +01:00
parent 90e8c73802
commit 99600bce6d
3 changed files with 8 additions and 13 deletions

View File

@ -1 +1 @@
f231f742f6e2711f3e780703a60fe75b LVM2.2.02.175.tgz
8739a74d57075215cd990efcaac41b6d LVM2.2.02.176.tgz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqqD5Tkc1u3O0Y9VpVWRK9TQH7D6b+XnfTKNlqJJSIS0rkS4hJWWKRub06hnpZqiOnPgxNu6IfrWhGdTIbqoG+ww=
SHA256 (Pkgfile) = ab9f7ad61f1ccf89aab96b4ef17add9d9ae96b5e1a1f3ccff87e9ffd6889f63f
RWRJc1FUaeVeqhPWdBjQthbRrKKCyq4O7GIFd9PZwXdwLNw/kJtlmGj2POUK9Yt3PrXrCxw+wL5CEx8CR8aTBlWTYjXh2wuH5wk=
SHA256 (Pkgfile) = a68f08279059ecd72fbb902d86a89f634fb09fbc65a3d184986f0fddabed3076
SHA256 (.footprint) = e1b2ea187ba9d1831b4ad6cdf13ec1c7179b4bfc8a77289afa0172379a962ba3
SHA256 (LVM2.2.02.175.tgz) = 4db7a3ec6d082be212f759279b54bcdfd3c3797a5ea67605746049b004632559
SHA256 (LVM2.2.02.176.tgz) = dece83628c2c78a267a126ce6046d506582185ae5d40fb8d59b56547fccea473

View File

@ -4,14 +4,12 @@
# Depends on: util-linux
name=libdevmapper
version=1.02.144
release=2
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/releases/LVM2.2.02.175.tgz)
version=1.02.145
release=1
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/releases/LVM2.2.02.176.tgz)
build() {
cd LVM2.2.02.175
autoconf
cd LVM2.2.02.176
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr \
@ -35,7 +33,4 @@ build() {
# pkgconfig insists on /lib one or the other way...
sed -i '/^libdir=/s|${exec_prefix}|/usr|' $PKG/usr/lib/pkgconfig/devmapper.pc
# fix pkg-config
sed -i 's/@RT_LIB@/-lrt/' $PKG/usr/lib/pkgconfig/devmapper.pc
}