wok-next rev 21252
updated drbd-utils again (8.9.1 -> 9.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:01:32 2019 +0100 (2019-12-06) |
parents | e8bc1e77e9b9 |
children | 87f4581dde2c |
files | drbd-utils/receipt |
line diff
1.1 --- a/drbd-utils/receipt Fri Dec 06 08:54:11 2019 +0100 1.2 +++ b/drbd-utils/receipt Fri Dec 06 09:01:32 2019 +0100 1.3 @@ -12,12 +12,14 @@ 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="autoconf automake flex libxslt" 1.8 +BUILD_DEPENDS="autoconf automake flex libxslt udev-dev" 1.9 1.10 compile_rules() 1.11 { 1.12 ./autogen.sh && 1.13 - ./configure $CONFIGURE_ARGS && 1.14 + ./configure \ 1.15 + --with-initscripttype=sysv \ 1.16 + $CONFIGURE_ARGS && 1.17 make && 1.18 make DESTDIR=$install install 1.19 }