wok-next rev 21251
updated drbd-utils again (8.9.1 -> 9.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 08:54:11 2019 +0100 (2019-12-06) |
parents | 9045b265b7b1 |
children | 215a9f74104f |
files | drbd-utils/receipt |
line diff
1.1 --- a/drbd-utils/receipt Fri Dec 06 08:40:38 2019 +0100 1.2 +++ b/drbd-utils/receipt Fri Dec 06 08:54:11 2019 +0100 1.3 @@ -12,10 +12,11 @@ 1.4 #WGET_URL="http://oss.linbit.com/drbd/$TARBALL" 1.5 WGET_URL="https://github.com/LINBIT/$PACKAGE/archive/v$VERSION.tar.gz" 1.6 1.7 -BUILD_DEPENDS="flex libxslt" 1.8 +BUILD_DEPENDS="autoconf automake flex libxslt" 1.9 1.10 compile_rules() 1.11 { 1.12 + ./autogen.sh && 1.13 ./configure $CONFIGURE_ARGS && 1.14 make && 1.15 make DESTDIR=$install install