All of lore.kernel.org
 help / color / mirror / Atom feed
* cifs-utils: make fails if keyutils isn't installed
@ 2012-01-09 16:00 Frédéric L. W. Meunier
       [not found] ` <20120109124038.581218c9@tlielax.poochiereds.net>
  0 siblings, 1 reply; 2+ messages in thread
From: Frédéric L. W. Meunier @ 2012-01-09 16:00 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA

I moved from cifs-utils 5.0 to 5.2. I didn't have keyutils installed and 
the compilation failed because configure checks for its presence, but 
doesn't abort if it's missing, and make tries to link to it.

...
checking keyutils.h usability... no
checking keyutils.h presence... no
checking for keyutils.h... no
configure: WARNING: keyutils.h not found, consider installing 
keyutils-libs-devel. Disabling cifs.upcall.
configure: WARNING: keyutils.h not found, consider installing 
keyutils-libs-devel. Disabling cifs.idmap.
...

Makefile.in:

@CONFIG_CIFSACL_TRUE@getcifsacl_LDADD = -lkeyutils $(WINB_LDADD)                
@CONFIG_CIFSACL_TRUE@setcifsacl_LDADD = -lkeyutils $(WINB_LDADD)

Apparently, getcifsacl and setcifsacl don't use keyutils at all, but 
cifs-utils links to it ?

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

end of thread, other threads:[~2012-01-09 18:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 16:00 cifs-utils: make fails if keyutils isn't installed Frédéric L. W. Meunier
     [not found] ` <20120109124038.581218c9@tlielax.poochiereds.net>
     [not found]   ` <20120109124038.581218c9-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2012-01-09 18:32     ` Shirish Pargaonkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.