mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user