[Buildroot] [PATCH v9 06/32] package/efl/libefl: new package

Romain Naour romain.naour at openwide.fr
Sat Dec 12 22:39:40 UTC 2015


Thomas,

>>
>>> +# Prefer openssl (the default) over gnutls.
>>> +ifeq ($(BR2_PACKAGE_OPENSSL),y)
>>> +LIBEFL_DEPENDENCIES += openssl
>>> +LIBEFL_CONF_OPTS += --with-crypto=openssl
>>> +else ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
>>> +LIBEFL_DEPENDENCIES += gnutls libgcrypt
>>> +LIBEFL_CONF_OPTS += --with-crypto=gnutls \
>>> +	--with-libgcrypt-prefix=$(STAGING_DIR)/usr
>>
>> Why do you need both gnutls and libgcrypt for gnutls support ?
> 
> I've keept libgcrypt dependency from the old libecore package. I'm not sure we
> still need it.

libgcrypt is still needed for the gnutls support otherwise:

lib/emile/emile_main.c:8:20: fatal error: gcrypt.h: No such file or directory
 #include <gcrypt.h>

Best regards,
Romain

> 
> Best regards,
> Romain
> 
>>
>> Thanks!
>>
>> Thomas
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 


More information about the buildroot mailing list