parent
9441f6c7a1
commit
bae46bd656
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'drbd-utils'
|
||||
pkgname=drbd-utils
|
||||
version=8.9.6
|
||||
version=8.9.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
@ -14,6 +14,7 @@ configure_args="
|
|||
--without-rgmanager \
|
||||
--without-pacemaker \
|
||||
--without-heartbeat \
|
||||
--without-83support \
|
||||
--without-xen"
|
||||
conf_files="
|
||||
/etc/drbd.conf
|
||||
|
@ -24,8 +25,11 @@ license="GPL-2"
|
|||
homepage="http://www.drbd.org"
|
||||
makedepends="eudev-libudev-devel"
|
||||
hostmakedepends="automake libtool flex pkg-config eudev libxslt"
|
||||
distfiles="http://oss.linbit.com/drbd/drbd-utils-$version.tar.gz"
|
||||
checksum=297b77c9b3f88de2e7dae459234f2753ea4fc2805282b2d276e35cf51e292913
|
||||
distfiles="https://www.drbd.org/download/drbd/utils/drbd-utils-$version.tar.gz"
|
||||
checksum=c61878635c40536e7d689c65cbbe92ca982fa864cec20717c0af562f2a6c9c48
|
||||
|
||||
# Workaround a parallelism issue
|
||||
disable_parallel_build=yes
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" drbd-utils"
|
||||
|
|
Loading…
Reference in a new issue