wok-next rev 21387
updated nfs-utils again (1.3.0 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 14:10:17 2020 +0100 (2020-04-17) |
parents | 85b44ac91d12 |
children | b19bbe01a93a |
files | nfs-utils/receipt |
line diff
1.1 --- a/nfs-utils/receipt Fri Apr 17 13:40:22 2020 +0100 1.2 +++ b/nfs-utils/receipt Fri Apr 17 14:10:17 2020 +0100 1.3 @@ -18,9 +18,10 @@ 1.4 compile_rules() 1.5 { 1.6 #sh autogen.sh 1.7 - ./configure \ 1.8 - --disable-nfsv4 \ 1.9 - --disable-gss \ 1.10 + ./configure \ 1.11 + --disable-nfsv4 \ 1.12 + --disable-gss \ 1.13 + --with-rpcgen=internal \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 make install || return 1