aboutsummaryrefslogtreecommitdiffstats
path: root/main/drbd-utils
diff options
context:
space:
mode:
authorRoland Kammerer <roland.kammerer@linbit.com>2016-01-14 18:09:15 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-01-16 21:41:14 +0000
commit7b987f9fa22ba21ac2570136e0b8232054708f20 (patch)
tree3f93cb8c69223ffc682975bb9d7a6ef03383a3c4 /main/drbd-utils
parent50196da3c16e5253548a26fb535003f53177de70 (diff)
downloadaports-7b987f9fa22ba21ac2570136e0b8232054708f20.tar.bz2
aports-7b987f9fa22ba21ac2570136e0b8232054708f20.tar.xz
main/drbd-utils: improved deps, dropped 8.3
- Add docbook-xls as build dependency: This speeds up the build process dramatically. - dropped depends_dev to avoid build warning. - dropped drbd-8.3 support: Also speeds up building, and nobody cares about drbd-8.3 anymore. Linux mainline contains 8.4 for a long time.
Diffstat (limited to 'main/drbd-utils')
-rw-r--r--main/drbd-utils/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/drbd-utils/APKBUILD b/main/drbd-utils/APKBUILD
index e8508051cd..1c795720c3 100644
--- a/main/drbd-utils/APKBUILD
+++ b/main/drbd-utils/APKBUILD
@@ -2,14 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=drbd-utils
pkgver=8.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="Network-based RAID 1"
url="http://www.drbd.org"
arch="all"
license="GPL"
depends="bash"
-depends_dev="bash bison flex"
-makedepends="$depends_dev linux-headers libxslt"
+makedepends="bash bison flex linux-headers libxslt docbook-xsl"
install=
provides="drbd"
subpackages="$pkgname-doc $pkgname-pacemaker"
@@ -43,7 +42,8 @@ build() {
--without-heartbeat \
--without-rgmanager \
--without-xen \
- --without-bashcompletion
+ --without-bashcompletion\
+ --without-83support
make || return 1
}