From 935a6424c5b68ecb1620627c1cadf0ed61c508b3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 20 Aug 2009 13:17:51 +0000 Subject: main/multipath-tools: use lvm2 for building --- testing/multipath-tools/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/multipath-tools/APKBUILD b/testing/multipath-tools/APKBUILD index bf24a4d7db4..471d9de2c51 100644 --- a/testing/multipath-tools/APKBUILD +++ b/testing/multipath-tools/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Leonardo Arena pkgname="multipath-tools" pkgver=0.4.8 -pkgrel=1 +pkgrel=2 pkgdesc="Device Mapper Multipathing Driver" url="http://christophe.varoqui.free.fr/" license="GPL" depends= -makedepends="device-mapper-dev libaio-dev readline-dev" +makedepends="lvm2-dev libaio-dev readline-dev" install= subpackages="$pkgname-doc" source="http://christophe.varoqui.free.fr/$pkgname/$pkgname-$pkgver.tar.bz2 @@ -16,7 +16,7 @@ source="http://christophe.varoqui.free.fr/$pkgname/$pkgname-$pkgver.tar.bz2 build() { cd "$srcdir/$pkgname-$pkgver" - patch Makefile < ../../Makefile.patch + patch Makefile < ../Makefile.patch || return 1 find . -name Makefile -exec sed -i -e 's/glibc/uclibc/g' {} \; make -j1 \ -- cgit v1.2.3