diff options
author | Julien Boibessot <julien.boibessot@armadeus.com> | 2016-05-20 06:57:24 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-05-25 17:09:22 +0200 |
commit | 0dca644e443c8f28bfe5aa1c98201dc3b49e1165 (patch) | |
tree | ddb619272fa839c8d3de47c9d3476b0b129cce05 /package/postgresql/postgresql.hash | |
parent | f9419d752de00a06acf1d02ad2bc18c023e851bf (diff) | |
download | buildroot-0dca644e443c8f28bfe5aa1c98201dc3b49e1165.tar.gz buildroot-0dca644e443c8f28bfe5aa1c98201dc3b49e1165.zip |
boot/uboot: fix missing host-openssl for i.MX28 target
Building an U-Boot image for the i.MX23 or i.MX28 target requires to run the
bootloaders 'mxsimage' tool on the host. As mxsimage needs unconditionally
OpenSSL, building U-Boot for those targets fails if it is not available on
the host:
tools/mxsimage.c:18:25: fatal error: openssl/evp.h: No such file or directory
#include <openssl/evp.h>
Add the required dependency 'host-openssl' to all the different U-Boot image
types used to build a bootloader image for an i.MX23/i.MX28 target.
Also pass HOST_CFLAGS and HOST_LDFLAGS to the U-Boot build process so the right
-I/-L options will be used to find OpenSSL.
Ported from the Armadeus project:
https://sourceforge.net/p/armadeus/mailman/message/33595402/
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
[Jörg: port to recent Buildroot version]
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/postgresql/postgresql.hash')
0 files changed, 0 insertions, 0 deletions