Merge pull request #5745 from boot2k3/patch-2

rpcbind: NFS discovery fix
This commit is contained in:
Christian Hewitt 2021-10-25 10:32:20 +04:00 committed by GitHub
commit 552c9438b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ PKG_LONGDESC="The rpcbind utility is a server that converts RPC program numbers
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_rpcsvc_mount_h=no \
--disable-warmstarts \
--disable-libwrap \
--enable-rmtcalls \
--with-statedir=/tmp \
--with-rpcuser=root"