rpcbind: NFS discovery fix

After update to 1.2.5 NFS servers discovery doesn't work anymore.
In this build added a new configuration flag --enable-rmtcalls which will be needed to enable the remote call functionality.
This commit is contained in:
Dmitry_L 2021-10-10 17:41:17 +03:00 committed by GitHub
parent ccfccf5448
commit c26eca3b7c
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"