From bae46bd656152b2c525390ee484174ebc7e7cd1b Mon Sep 17 00:00:00 2001 From: cr6git Date: Mon, 8 Jan 2018 07:46:47 +0100 Subject: [PATCH] drbd-utils: update to 8.9.11. Closes: #10570 [via git-merge-pr] --- srcpkgs/drbd-utils/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/drbd-utils/template b/srcpkgs/drbd-utils/template index 16ee576c86..3eaa7501c1 100644 --- a/srcpkgs/drbd-utils/template +++ b/srcpkgs/drbd-utils/template @@ -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"