linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] autoconf: clean up linking in nfs-utils
@ 2011-12-23 19:47 Jeff Layton
  2011-12-23 19:47 ` [PATCH 1/3] autoconf: fix up libevent autoconf test Jeff Layton
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Jeff Layton @ 2011-12-23 19:47 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-01-05 21:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 19:47 [PATCH 0/3] autoconf: clean up linking in nfs-utils Jeff Layton
2011-12-23 19:47 ` [PATCH 1/3] autoconf: fix up libevent autoconf test Jeff Layton
2012-01-05 21:43   ` Steve Dickson
2011-12-23 19:47 ` [PATCH 2/3] autoconf: don't let libnfsidmap test add -lnfsidmap to $LIBS Jeff Layton
2012-01-05 21:44   ` Steve Dickson
2011-12-23 19:47 ` [PATCH 3/3] autoconf: only link binaries that need it to libtirpc Jeff Layton
2011-12-24 14:54 ` [PATCH 0/3] autoconf: clean up linking in nfs-utils Jim Rees
2011-12-24 16:53   ` Jim Rees
2012-01-05 18:37     ` Jeff Layton
2012-01-05 18:57       ` Jim Rees
2012-01-05 19:12         ` Jeff Layton
2012-01-05 20:42         ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).