On Thursday 22 December 2011 09:38:55 Jeff Layton wrote: > On Fri, 2 Sep 2011 15:16:55 -0400 Mike Frysinger wrote: > > --- a/aclocal/libnfsidmap.m4 > > +++ b/aclocal/libnfsidmap.m4 > > > > - AC_CHECK_LIB([nfsidmap], [nfs4_owner_to_uid], [enable_nfsidmap=yes], > > - [enable_nfsidmap=no]) > > + AC_CHECK_LIB([nfsidmap], [nfs4_owner_to_uid]) > > The above delta in this patch has caused a build-time regression. > > When you eliminated the 3rd argument to AC_CHECK_LIB, this started > adding -lnfsidmap to $LIBS. That means that that library gets linked > into every binary that's being built. > > I haven't determined the right fix for this yet, but I think > libnfsidmap.m4 could use some cleanup. AC_CHECK_LIB([nfsidmap], [nfs4_owner_to_uid], []) -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.