summaryrefslogtreecommitdiffstats
path: root/testing/multipath-tools/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/multipath-tools/APKBUILD')
-rw-r--r--testing/multipath-tools/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/multipath-tools/APKBUILD b/testing/multipath-tools/APKBUILD
index bf24a4d7d..471d9de2c 100644
--- a/testing/multipath-tools/APKBUILD
+++ b/testing/multipath-tools/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
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 \