package/nfs-utils: always use libtirpc and enable IPv6
authorCarlos Santos <unixmania@gmail.com>
Wed, 11 Sep 2019 20:33:44 +0000 (17:33 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 12 Sep 2019 17:10:33 +0000 (19:10 +0200)
commit749334cb36ea5c0a0fd745dada43122f88a3144c
tree6fa10c95e233dacc7b00bee4702e78ccfdec15f2
parent3f08ffa42314d9d9f7b4ad7300e4072a78daa9a0
package/nfs-utils: always use libtirpc and enable IPv6

nfs-utils selects rpcbind, and rpcbind unconditionally selects
libtirpc. Therefore, nfs-utils will never be used with the C library
RPC implementation: libtirpc will always be used. Consequently, all
the conditional logic to use libtirpc only if available is useless,
and we can use libtirpc unconditionally.

As an added bonus, this means that we can enable IPv6, because
libtirpc provides an IPv6-compatible RPC implementation.

Fixes: https://bugs.busybox.net/show_bug.cgi?id=10806
Signed-off-by: Carlos Santos <unixmania@gmail.com>
[Thomas: rework commit log]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/nfs-utils/Config.in
package/nfs-utils/nfs-utils.mk