Merge pull request #5744 from boot2k3/patch-1

rpcbind: NFS discovery fix
This commit is contained in:
CvH 2021-10-12 12:22:22 +02:00 committed by GitHub
commit 94ea746e97
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"