wok rev 22661

updated drbd-utils again (8.9.1 -> 9.11.0)
author Hans-G?nter Theisgen
date Fri Jan 17 08:12:08 2020 +0100 (2020-01-17)
parents d87690f00a27
children 880ba93cb01e
files drbd-utils/receipt
line diff
     1.1 --- a/drbd-utils/receipt	Fri Jan 17 08:08:57 2020 +0100
     1.2 +++ b/drbd-utils/receipt	Fri Jan 17 08:12:08 2020 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://www.linbit.com/downloads/drbd/utils/$TARBALL"
     1.5  
     1.6  DEPENDS="gcc83-lib-base"
     1.7 -BUILD_DEPENDS="autoconf automake flex gcc83 git libxslt udev-dev"
     1.8 +BUILD_DEPENDS="autoconf automake flex gcc83 libxslt udev-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -27,7 +27,7 @@
    1.13  		--with-systemdunitdir=none	\
    1.14  		--with-prebuiltman		\
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make &&
    1.17 +	make -j 1 &&
    1.18  	make DESTDIR=$DESTDIR install
    1.19  }
    1.20