wok diff drbd-utils/receipt @ rev 22659

updated drbd-utils again (8.9.1 -> 9.11.0)
author Hans-G?nter Theisgen
date Fri Jan 17 08:04:22 2020 +0100 (2020-01-17)
parents afd8470bb0cb
children d87690f00a27
line diff
     1.1 --- a/drbd-utils/receipt	Fri Jan 17 07:50:39 2020 +0100
     1.2 +++ b/drbd-utils/receipt	Fri Jan 17 08:04:22 2020 +0100
     1.3 @@ -12,11 +12,12 @@
     1.4  WGET_URL="https://www.linbit.com/downloads/drbd/utils/$TARBALL"
     1.5  
     1.6  DEPENDS="gcc83-lib-base"
     1.7 -BUILD_DEPENDS="flex gcc83 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  {
    1.13 +	./autogen.sh &&
    1.14  	./configure				\
    1.15  		CC=gcc-83			\
    1.16  		CXX=g++-83			\