[Buildroot] [PATCH] gvfs: Select and depend on libgcrypt

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jun 21 10:31:23 UTC 2013


Dear Markos Chandras,

On Fri, 21 Jun 2013 11:20:11 +0100, Markos Chandras wrote:

> Fixes the following build problem when building gvfs
> without having libgcrypt installed.
> 
> gvfsbackendafpbrowse.c:31:20: fatal error: gcrypt.h: No such file or directory

This seems strange because:

#ifdef HAVE_GCRYPT
#include <gcrypt.h>
#endif

in gvfsbackendafpbrowse.c.

Maybe there's a mis-detection of the gcrypt on your host and we need to
make sure gvfs doesn't try to detect gcrypt when it is not part of the
enabled packages. I am quite sure I did a build of gvfs 1.16.2 without
gcrypt support, but the machine didn't had the gcrypt development files
installed in the distribution.

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list