This patchset is a cleanup of the linking in nfs-utils. This should reduce the number of unnecessary libraries that each of the binaries are linked against. I've tested this on relatively recent machines with --enable-tirpc and --disable-tirpc and it seems to do the right thing. But, as there are a lot of possible combinations, it's difficult to know if this will break more obscure setups. For that reason, this should probably go in fairly soon to ensure that it gets plenty of testing. Jeff Layton (3): autoconf: fix up libevent autoconf test autoconf: don't let libnfsidmap test add -lnfsidmap to $LIBS autoconf: only link binaries that need it to libtirpc aclocal/libevent.m4 | 3 ++- aclocal/libnfsidmap.m4 | 9 ++++++--- aclocal/libtirpc.m4 | 15 +++++++++++++-- tools/rpcgen/Makefile.am | 1 + utils/gssd/Makefile.am | 6 +++--- utils/idmapd/Makefile.am | 2 +- utils/mount/Makefile.am | 3 ++- utils/mountd/Makefile.am | 2 +- utils/nfsd/Makefile.am | 2 +- utils/nfsidmap/Makefile.am | 2 +- utils/showmount/Makefile.am | 3 ++- utils/statd/Makefile.am | 4 ++-- 12 files changed, 35 insertions(+), 17 deletions(-) -- 1.7.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html