[OE-core] [PATCH v3 1/1] apr-util: add ldap crypto and sqlite3 to PACKAGECONFIG

Burton, Ross ross.burton at intel.com
Fri Jan 29 17:13:46 UTC 2016


On 29 January 2016 at 15:07, Ioan-Adrian Ratiu <adrian.ratiu at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160129/381c44a5/attachment-0002.html>


More information about the Openembedded-core mailing list