On 29 January 2016 at 15:07, Ioan-Adrian Ratiu <adrian.ra...@ni.com> wrote:

> +PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto"
>

configure: Crypto was requested but no crypto library was found;
autodetecting possible libraries
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking for BN_init in -lcrypto... yes
checking for SSL_accept in -lssl... yes
  setting LDADD_crypto_openssl to " -lssl -lcrypto"

This should at least hard-code --with-nss or --with-openssl (and the
relevant build dependency), at the moment you're relying on the sysroot
containing NSS or openssl.  Luckily something pulls in openssl but that may
change.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to