diff options
author | Juergen Daubert <jue@jue.li> | 2012-02-11 11:03:37 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-02-11 11:03:37 +0100 |
commit | 61a725d1188fc3cfd09e15ab42451ee18a051f3b (patch) | |
tree | c8af93380689fab88d71969be623798ed1b18a29 /libdevmapper/Pkgfile | |
parent | e0fe6cca10173e1e826cbd59299c2720336b03bc (diff) | |
download | core-61a725d1188fc3cfd09e15ab42451ee18a051f3b.tar.gz core-61a725d1188fc3cfd09e15ab42451ee18a051f3b.tar.xz |
libdevmapper: update to 1.02.69
Diffstat (limited to 'libdevmapper/Pkgfile')
-rw-r--r-- | libdevmapper/Pkgfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/libdevmapper/Pkgfile b/libdevmapper/Pkgfile index f0f3b072..8c443c7b 100644 --- a/libdevmapper/Pkgfile +++ b/libdevmapper/Pkgfile @@ -4,15 +4,12 @@ # Depends on: udev name=libdevmapper -version=1.02.67 +version=1.02.69 release=1 -source=(ftp://sources.redhat.com/pub/lvm2/releases/LVM2.2.02.88.tgz - lvm2-static_build.patch) +source=(ftp://sources.redhat.com/pub/lvm2/releases/LVM2.2.02.90.tgz) build() { - cd LVM2.2.02.88 - - patch -p1 -i $SRC/lvm2-static_build.patch + cd LVM2.2.02.90 ./configure --prefix=/usr \ --exec-prefix= \ @@ -32,5 +29,3 @@ build() { #pkgconfig insists on /lib one or the other way... sed -i '/^libdir=/s|${exec_prefix}|/usr|' $PKG/usr/lib/pkgconfig/devmapper.pc } - -# vim: sts=4 sw=4 ts=8 noet ft=sh: |