Re: [PATCH] nfsidmap: auto disable when keyutils is not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux